Skip to content

Commit 6863b1c

Browse files
committed
Allow failure on GitHub Actions for GWT snapshots and latest JDK
1 parent 9d4364f commit 6863b1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
strategy:
8080
matrix:
8181
java: [ '11', '17', '21-ea' ]
82+
continue-on-error: ${{ matrix.java == '21-ea' }}
8283
steps:
8384
- uses: actions/checkout@v3
8485

@@ -122,6 +123,7 @@ jobs:
122123
groupId: "com.google.gwt"
123124
- gwt: "HEAD-SNAPSHOT"
124125
groupId: "org.gwtproject"
126+
continue-on-error: ${{ matrix.gwt == 'HEAD-SNAPSHOT' }}
125127
steps:
126128
- uses: actions/checkout@v3
127129

0 commit comments

Comments
 (0)