Skip to content

Commit

Permalink
More java versions (will prune later)
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 13, 2024
1 parent a15f50a commit 9123173
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 8 deletions.
41 changes: 34 additions & 7 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest']
os:
- 'macos-latest'
- 'ubuntu-latest'
version:
- 8
- 9
Expand All @@ -34,18 +36,43 @@ jobs:
- temurin
- zulu
- liberica
- microsoft
- corretto
- semeru
- oracle
- dragonwell
include:
- os: windows-latest
- os: ubuntu-latest
version: 21
distribution: temurin
- os: macos-latest
distribution: microsoft
- os: ubuntu-latest
version: 17
distribution: microsoft
- os: ubuntu-latest
version: 16
distribution: microsoft
- os: ubuntu-latest
version: 11
distribution: microsoft
- os: ubuntu-latest
version: 21
distribution: temurin
distribution: oracle
- os: ubuntu-latest
version: 20
distribution: oracle
- os: ubuntu-latest
version: 19
distribution: oracle
- os: ubuntu-latest
version: 18
distribution: oracle
- os: ubuntu-latest
version: 17
distribution: oracle
# - os: windows-latest
# version: 21
# distribution: temurin
# - os: macos-latest
# version: 21
# distribution: temurin

runs-on: ${{ matrix.os }}

Expand Down
3 changes: 2 additions & 1 deletion java/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ target/jacoco.exec: ../LICENSE
test: target/jacoco.exec
@$(MVN) $(MVN_FLAGS) test -Dtest.single

test_auto: test_1C
test_auto: target/jacoco.exec
@$(MVN) $(MVN_FLAGS) test -T 1C

.PHONY: test_%
test_%: target/jacoco.exec
Expand Down

0 comments on commit 9123173

Please sign in to comment.