Skip to content

Commit

Permalink
GitHub Actions: Update JDK versions in the 'main' workflow
Browse files Browse the repository at this point in the history
Updated the JDK versions in the workflow matrix to the latest patches
(17.0.14_7 and 21.0.6_7) for improved stability and compatibility. This
ensures the CI pipeline uses up-to-date dependencies.
  • Loading branch information
saschpe committed Feb 6, 2025
1 parent ed71823 commit b824b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
jdk: [ 17.0.13_11, 21.0.5_11, 22.0.2_9 ]
jdk: [ 17.0.14_7, 21.0.6_7, 22.0.2_9 ]
android: [ 34, 35 ]
ndk: [ 26.3.11579264, 27.2.12479018 ]
cmake: [ 3.31.1 ]
Expand Down

0 comments on commit b824b8f

Please sign in to comment.