Skip to content

Commit

Permalink
Drop Java 18 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Jun 12, 2022
1 parent 5f75507 commit fa0304c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '17', '18' ]
java: [ '11', '17']
# Kotlin needs access to java.util
include:
- java: '11'
Expand All @@ -16,9 +16,6 @@ jobs:
- java: '17'
maven-opts: --add-opens java.base/java.util=ALL-UNNAMED
maven-params: ''
- java: '18'
maven-opts: --add-opens java.base/java.util=ALL-UNNAMED
maven-params: ''
steps:
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java }}
Expand Down

0 comments on commit fa0304c

Please sign in to comment.