Skip to content

Commit e931ce8

Browse files
Update maven.yml for legacy branch
MacOS + GitHub Actions no longer supports Java8
1 parent 5ed15d4 commit e931ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
strategy:
2828
matrix:
2929
# Test against the LTS Java versions. TODO: add JDK18 when it becomes available.
30-
java: [ 8.0.x, 11.0.x, 17.0.x ]
31-
os: [ macos-latest, windows-latest, ubuntu-latest ]
30+
java: [ 8.0.x ]
31+
os: [ windows-latest, ubuntu-latest ]
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)