We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59b628 commit 62dfdd1Copy full SHA for 62dfdd1
.github/workflows/main.yml
@@ -19,7 +19,7 @@ on:
19
20
permissions:
21
contents: read
22
-
+
23
jobs:
24
build:
25
runs-on: ${{ matrix.os }}
@@ -28,14 +28,14 @@ jobs:
28
matrix:
29
java_version: ['8', '11', '17', '21']
30
# kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10.
31
- kotlin_version: ['1.7.22', '1.8.10', '1.9.22', '2.0.0-Beta2']
+ kotlin_version: ['1.7.22', '1.8.10', '1.9.22', '2.0.0-Beta3']
32
os: ['ubuntu-20.04']
33
env:
34
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
35
steps:
36
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
37
- name: Set up JDK
38
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
39
with:
40
distribution: 'temurin'
41
java-version: ${{ matrix.java_version }}
0 commit comments