Skip to content

Commit

Permalink
Added Java 21 in the Maven build matrix; removed Java 8 (MacOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Apr 28, 2024
1 parent 024a5c5 commit d889be8
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,11 @@ jobs:
# windows-latest is not used due to intermittent network failures
os: [ubuntu-latest, macos-latest]
# All LTS versions plus the current version
java: [ 8, 11, 17 ]
java: [ 11, 17, 21 ]
experimental: [false]
# include:
# - java: 20-ea
# os: ubuntu-latest
# experimental: true
# - java: 20-ea
# os: windows-latest
# experimental: true
# - java: 20-ea
# os: macos-latest
# experimental: true
include:
- java: 8
os: ubuntu-latest
fail-fast: false

steps:
Expand Down

0 comments on commit d889be8

Please sign in to comment.