Skip to content

Commit

Permalink
Update GH builds to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Jan 7, 2024
1 parent 8cfd482 commit 779a8c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildPeass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest] # no macos-latest since github actions always procudes EDTIMEOUT
java: [ 1.8, 11, 17, 20 ]
java: [ 1.8, 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/buildPeassForPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest] # no macos-latest since github actions always procudes EDTIMEOUT
java: [ 1.8, 11, 17, 20 ]
java: [ 1.8, 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/buildPeassJMH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest] # no macos-latest since github actions always procudes EDTIMEOUT
java: [ 1.8, 11, 17, 20 ]
java: [ 1.8, 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/buildPeassJMHForPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest] # no macos-latest since github actions always procudes EDTIMEOUT
java: [ 1.8, 11, 17, 20 ]
java: [ 1.8, 11, 17, 21 ]
fail-fast: false
runs-on: ${{ matrix.os }}
name: Java ${{ matrix.java }} OS ${{ matrix.os }} sample
Expand Down

0 comments on commit 779a8c5

Please sign in to comment.