Skip to content

Commit

Permalink
Bring back compatibility with Java 11
Browse files Browse the repository at this point in the history
Resolves:
#288
  • Loading branch information
joffrey-bion committed Jan 15, 2023
1 parent 4d841e9 commit 5f4bf05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
# Windows hosts don't support linux containers yet (https://github.com/actions/virtual-environments/issues/1143)
os: [ ubuntu-latest, macos-latest ]
jdk-version: [ 17 ]
jdk-version: [ 11, 17 ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest # For darwin tests
strategy:
matrix:
jdk-version: [ 17 ]
jdk-version: [ 11 ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-latest # For darwin publications
strategy:
matrix:
jdk-version: [ 17 ]
jdk-version: [ 11 ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 5f4bf05

Please sign in to comment.