Skip to content

Commit

Permalink
Fixed GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
torakiki committed Jun 26, 2024
1 parent 4106708 commit f51416b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '21' ]
java: [ '21', '22' ]
name: JDK ${{ matrix.java }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'liberica'
Expand Down

0 comments on commit f51416b

Please sign in to comment.