Skip to content

Commit

Permalink
Make Java 17 build experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 14, 2025
1 parent 3086d2f commit 983de78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 17 ]
java: [ 8 ]
os: [ ubuntu-latest ]
experimental: [false]
# Don't need
Expand All @@ -37,6 +37,9 @@ jobs:
- java: 8
os: windows-latest
experimental: false
- java: 17
os: ubuntu-latest
experimental: true
# include:
# - java: 22-ea
# experimental: true
Expand Down

0 comments on commit 983de78

Please sign in to comment.