Skip to content

Commit 62dfdd1

Browse files
committed
Update WF
1 parent d59b628 commit 62dfdd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
permissions:
2121
contents: read
22-
22+
2323
jobs:
2424
build:
2525
runs-on: ${{ matrix.os }}
@@ -28,14 +28,14 @@ jobs:
2828
matrix:
2929
java_version: ['8', '11', '17', '21']
3030
# 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']
31+
kotlin_version: ['1.7.22', '1.8.10', '1.9.22', '2.0.0-Beta3']
3232
os: ['ubuntu-20.04']
3333
env:
3434
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- name: Set up JDK
38-
uses: actions/setup-java@v3
38+
uses: actions/setup-java@v4
3939
with:
4040
distribution: 'temurin'
4141
java-version: ${{ matrix.java_version }}

0 commit comments

Comments
 (0)