Skip to content

Commit ac1c41e

Browse files
committed
update github workflows
1 parent 879f50b commit ac1c41e

File tree

2 files changed

+2
-36
lines changed

2 files changed

+2
-36
lines changed

.github/workflows/ci-java-17-and-21.yml

-34
This file was deleted.

.github/workflows/ci-java-8-and-11.yml renamed to .github/workflows/ci-java.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
java: [ 8, 11 ]
16+
java: [ 8, 11, 17, 21 ]
1717
name: Java ${{ matrix.java }} build
1818
steps:
1919
- uses: actions/checkout@v4
@@ -35,7 +35,7 @@ jobs:
3535
run: ./mvnw clean package -Dgpg.skip
3636
- name: Compile integration tests
3737
run: ./mvnw -Pintegration-test test-compile compile
38-
- if: ${{ matrix.java != 8 }}
38+
- if: ${{ matrix.java == 11 }}
3939
name: Check style with Spotless
4040
run: ./mvnw spotless:check -Pintegration-test
4141

0 commit comments

Comments
 (0)