Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit d642297

Browse files
committed
Add Java 20 to build matrix
1 parent 26427f0 commit d642297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
java: [ '11', '17' ]
16+
java: [ '11', '17', '20' ]
1717
fail-fast: false
1818

1919
runs-on: ${{ matrix.os }}
2020

2121
steps:
2222
- uses: actions/checkout@v3
23-
- uses: actions/setup-java@v2
23+
- uses: actions/setup-java@v3
2424
with:
2525
java-version: ${{ matrix.java }}
2626
distribution: 'temurin'

0 commit comments

Comments
 (0)