Skip to content

Commit

Permalink
Bump most JDK version tested in GHA to 21 (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald authored Aug 23, 2024
1 parent cf554ac commit 8b19494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.12']
java: [11, 13]
java: [11, 21]
os: ['ubuntu-latest', 'macos-13', 'windows-latest']
terrier: ['snapshot'] #'5.3', '5.4-SNAPSHOT',
# include:
Expand Down

0 comments on commit 8b19494

Please sign in to comment.