Skip to content

Commit

Permalink
chore: JDK 9 and 12 are no longer available
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 12, 2024
1 parent 722f555 commit 8c30e1b
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, provider, pact-specification-test ]
steps:
- uses: actions/checkout@v3
- name: Set up JDK 12
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 12
java-version: 11
- name: Cache Gradle packages
uses: actions/cache@v2
with:
Expand All @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
module: [ core, consumer, provider, pact-specification-test ]
jdk: [ 8, 9, 11 ]
jdk: [ 8 ]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down

0 comments on commit 8c30e1b

Please sign in to comment.