Skip to content

Commit

Permalink
Enable testing with Java 22 early access. Add a test assumption when …
Browse files Browse the repository at this point in the history
…an early access version is used.
  • Loading branch information
jamezp committed Dec 11, 2023
1 parent b39a0fc commit b816416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build and Test on Java ${{ matrix.java }}
run: mvn clean install
run: mvn -B clean install -fae
- uses: actions/upload-artifact@v3
if: failure()
with:
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}
path: '**/surefire-reports/*.txt'
path: '**/surefire-reports/'

format-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b816416

Please sign in to comment.