Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Test on all Java LTS
Browse files Browse the repository at this point in the history
juherr committed Apr 3, 2024
1 parent fd3407b commit c55e5c2
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
@@ -13,9 +13,10 @@ jobs:
buildTest:
name: Build JDK ${{ matrix.java_version }}
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
java_version: [8]
java_version: [8, 11, 17, 21]
steps:
- name: Setup Maven Action
uses: s4u/setup-maven-action@v1.8.0
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -13,9 +13,10 @@ on:
jobs:
test:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
java_version: [8]
java_version: [8, 11, 17, 21]
max-parallel: 4
name: Test JDK ${{ matrix.java_version }}
steps:

0 comments on commit c55e5c2

Please # to comment.