Skip to content

Commit

Permalink
chore: Update CI to run with JDK 23
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Oct 29, 2024
1 parent 1b80bc4 commit 7600b4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
module: [ core, 'consumer -x :consumer:junit:clojureTest', provider, pact-specification-test ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 21
- name: Set up JDK 23
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 21
java-version: 23
- name: Cache Gradle packages
uses: actions/cache@v2
with:
Expand All @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
module: [ core, consumer, provider, pact-specification-test ]
jdk: [ 17, 18, 19 ]
jdk: [ 17, 18, 19, 21, 22 ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
Expand Down

0 comments on commit 7600b4a

Please sign in to comment.