Skip to content

Commit

Permalink
Allow failure on GitHub Actions for GWT snapshots and latest JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroyer committed Sep 10, 2023
1 parent 9d4364f commit 6863b1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
strategy:
matrix:
java: [ '11', '17', '21-ea' ]
continue-on-error: ${{ matrix.java == '21-ea' }}
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -122,6 +123,7 @@ jobs:
groupId: "com.google.gwt"
- gwt: "HEAD-SNAPSHOT"
groupId: "org.gwtproject"
continue-on-error: ${{ matrix.gwt == 'HEAD-SNAPSHOT' }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 6863b1c

Please sign in to comment.