Skip to content

Commit

Permalink
Add JDK 18 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Jun 12, 2022
1 parent 804af53 commit 6817368
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .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']
java: [ '11', '17', '18']
# Kotlin needs access to java.util
include:
- java: '11'
Expand All @@ -16,6 +16,9 @@ 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
2 changes: 1 addition & 1 deletion providers/ignite/shedlock-provider-ignite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<profile>
<id>surefire-java16</id>
<activation>
<jdk>17</jdk>
<jdk>[16,)</jdk>
</activation>
<build>
<plugins>
Expand Down

0 comments on commit 6817368

Please sign in to comment.