Skip to content

Commit

Permalink
bump java version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiducho committed Dec 7, 2023
1 parent 8650f66 commit be050e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk: [ '8', '17' ]
jdk: [ '11', '21' ]
steps:
- name: Setup Java ${{ matrix.jdk }} JDK
uses: actions/setup-java@v3.2.0
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-java@v3.2.0
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'

- name: Checkout Code
uses: actions/checkout@v2
Expand All @@ -52,4 +52,4 @@ jobs:
env:
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
MAVEN_NAME: ${{ secrets.MAVEN_NAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

0 comments on commit be050e5

Please sign in to comment.