Skip to content

Commit 7600b4a

Browse files
committedOct 29, 2024
chore: Update CI to run with JDK 23
1 parent 1b80bc4 commit 7600b4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/gradle.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
module: [ core, 'consumer -x :consumer:junit:clojureTest', provider, pact-specification-test ]
1616
steps:
1717
- uses: actions/checkout@v2
18-
- name: Set up JDK 21
18+
- name: Set up JDK 23
1919
uses: actions/setup-java@v3
2020
with:
2121
distribution: temurin
22-
java-version: 21
22+
java-version: 23
2323
- name: Cache Gradle packages
2424
uses: actions/cache@v2
2525
with:
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
module: [ core, consumer, provider, pact-specification-test ]
38-
jdk: [ 17, 18, 19 ]
38+
jdk: [ 17, 18, 19, 21, 22 ]
3939
steps:
4040
- uses: actions/checkout@v2
4141
- name: Set up JDK

0 commit comments

Comments
 (0)