Skip to content

Commit

Permalink
adapts GH actions config in maven.yml adding macos-latest as platform
Browse files Browse the repository at this point in the history
moves Java ea version to '23-ea' as experimental target release
  • Loading branch information
mawiesne committed Oct 5, 2024
1 parent be925f2 commit 6e73aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
java: [ 17, 21 ]
experimental: [false]
include:
- java: 22-ea
- java: 23-ea
os: ubuntu-latest
experimental: true

Expand Down

0 comments on commit 6e73aea

Please sign in to comment.