Skip to content

Commit

Permalink
Downgrade CI to Java 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Oct 7, 2024
1 parent 23e4ce6 commit caba5c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Check out sources
uses: actions/checkout@v4

- name: Set up JDK 22
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 22
java-version: 21
cache: 'maven'

- name: Build with Maven
Expand All @@ -35,11 +35,11 @@ jobs:
- name: Check out sources
uses: actions/checkout@v4

- name: Set up JDK 22
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 22
java-version: 21
cache: 'maven'

- name: Build with Maven
Expand All @@ -57,11 +57,11 @@ jobs:
- name: Check out sources
uses: actions/checkout@v4

- name: Set up JDK 22
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 22
java-version: 21
cache: 'maven'

- name: Build with Maven
Expand Down

0 comments on commit caba5c8

Please sign in to comment.