Skip to content

Commit

Permalink
chore: Test on all Java LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
juherr committed Apr 3, 2024
1 parent fd3407b commit c55e5c2
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c55e5c2

Please sign in to comment.