Skip to content

Commit

Permalink
migrate to oracle's setup-java to test early access builds again
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsEckart committed Apr 18, 2024
1 parent a88f240 commit ef49f7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['16', '17', '18', '19', '20', '21']
java: ['16', '17', '18', '19', '20', '21', '22', 'EA']
os: [ ubuntu, windows ]

steps:
Expand All @@ -30,10 +30,10 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK
uses: actions/setup-java@v4
uses: oracle-actions/setup-java@v1
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
website: jdk.java.net
release: ${{ matrix.java }}
- name: Build with Maven
run: |
sed -i 's/<!-- formatter_plugin_begin -->/<!-- formatter_plugin_begin/g' pom.xml
Expand Down

0 comments on commit ef49f7e

Please sign in to comment.