We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7188c commit 6180495Copy full SHA for 6180495
2 files changed
.github/workflows/build.yml
@@ -10,8 +10,10 @@ jobs:
10
build-java:
11
name: Build on Java
12
runs-on: ubuntu-latest
13
- matrix:
14
- java-version: [21, 17]
+ strategy:
+ fail-fast: false
15
+ matrix:
16
+ java-version: [21, 17]
17
steps:
18
- name: Checkout repository
19
uses: actions/checkout@v4
.github/workflows/pr-compile.yml
@@ -5,8 +5,10 @@ jobs:
5
compile-java:
6
name: Compile Java
7
8
9
0 commit comments