Skip to content

Commit

Permalink
regtest.yml action: bump Java 21-ea to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jan 19, 2025
1 parent 5a469de commit b7027e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [ '17', '21-ea' ]
java: [ '17', '21' ]
distribution: ['temurin']
fail-fast: false
name: ${{ matrix.os }} JDK ${{ matrix.java }}
Expand Down

0 comments on commit b7027e9

Please sign in to comment.