We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f4210 commit 926313cCopy full SHA for 926313c
.github/workflows/ci.yml
@@ -11,15 +11,15 @@ jobs:
11
fail-fast: false
12
matrix:
13
os: [ubuntu-22.04, macos-13]
14
- java: [ '17' ]
+ java: [ '21' ]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- name: Checkout current branch (full)
18
uses: actions/checkout@v3
19
- name: Setup Java
20
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
21
with:
22
- distribution: 'adopt'
+ distribution: 'zulu'
23
java-version: ${{ matrix.java }}
24
cache: 'sbt'
25
- name: Run tests (${{ matrix.os }}) Java ${{ matrix.java }}
0 commit comments