Skip to content

Commit c55e5c2

Browse files
committed
chore: Test on all Java LTS
1 parent fd3407b commit c55e5c2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/android-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
buildTest:
1414
name: Build JDK ${{ matrix.java_version }}
1515
runs-on: ubuntu-latest
16+
continue-on-error: true
1617
strategy:
1718
matrix:
18-
java_version: [8]
19+
java_version: [8, 11, 17, 21]
1920
steps:
2021
- name: Setup Maven Action
2122

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ on:
1313
jobs:
1414
test:
1515
runs-on: ubuntu-latest
16+
continue-on-error: true
1617
strategy:
1718
matrix:
18-
java_version: [8]
19+
java_version: [8, 11, 17, 21]
1920
max-parallel: 4
2021
name: Test JDK ${{ matrix.java_version }}
2122
steps:

0 commit comments

Comments
 (0)