Skip to content

Commit

Permalink
Test builds with Java 21
Browse files Browse the repository at this point in the history
Test builds with Java 11, 17 and 21 (removing 20, adding 21).
  • Loading branch information
erikvanoosten committed Jan 14, 2024
1 parent 4ce2e02 commit 7c08ad0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
os: [ubuntu-latest]
scala: [2.13.10]
java: [temurin@11, temurin@17, temurin@20]
java: [temurin@11, temurin@17, temurin@21]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
Expand All @@ -47,12 +47,12 @@ jobs:
java-version: 17
cache: sbt

- name: Setup Java (temurin@20)
if: matrix.java == 'temurin@20'
- name: Setup Java (temurin@21)
if: matrix.java == 'temurin@21'
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 20
java-version: 21
cache: sbt

- name: Check that workflows are up to date
Expand Down

0 comments on commit 7c08ad0

Please sign in to comment.