Skip to content

Commit

Permalink
Update GH Actions to not use JDK 8, but use 21
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Dec 6, 2023
1 parent 4e711d3 commit 0d4ca6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [ 1.8, 11, 17, 18 ]
java: [ 11, 17, 21 ]
fail-fast: false
runs-on: ${{ matrix.os }}
name: Java ${{ matrix.java }} OS ${{ matrix.os }} sample
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradleForPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [ 1.8, 11, 17, 18 ]
java: [ 11, 17, 21 ]
fail-fast: false
runs-on: ${{ matrix.os }}
name: Java ${{ matrix.java }} OS ${{ matrix.os }} sample
Expand Down

0 comments on commit 0d4ca6f

Please sign in to comment.