Skip to content

Commit

Permalink
chore: Update CI to run with JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Oct 29, 2024
1 parent 33b6dde commit 1b80bc4
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 19
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 19
java-version: 21
- 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 ]
jdk: [ 17, 18, 19 ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
Expand Down

0 comments on commit 1b80bc4

Please sign in to comment.