Skip to content

Commit

Permalink
graalvm.yml: drop Java 17 from the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Feb 27, 2025
1 parent 59ef01c commit 75dbe77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-24.04, macOS-13]
java: [ '17', '21', '23' ]
java: [ '21', '23' ]
distribution: [ 'graalvm-community' ]
gradle: ['8.13']
fail-fast: false
Expand Down

0 comments on commit 75dbe77

Please sign in to comment.