Skip to content

Commit

Permalink
Removed Java 8 (MacOS) from Maven build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Apr 29, 2024
1 parent 3c17053 commit 0e90a70
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,15 @@ jobs:
build:

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
# 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 ]
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
java: [ 11, 17, 21 ]
include:
- java: 8
os: ubuntu-latest
fail-fast: false

steps:
Expand Down

0 comments on commit 0e90a70

Please sign in to comment.