Skip to content

Commit

Permalink
Add Java 21 to CI (#228)
Browse files Browse the repository at this point in the history
* Bump GH actions
  * checkout & cache 3 to 4
  * s4u/setup-maven-action v1.8.0 to v1.11.0
* Bump maven 3.9.3 to 3.9.6
  • Loading branch information
abelsromero authored Dec 25, 2023
1 parent 4ade622 commit 3bfeb3e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build
strategy:
fail-fast: false
max-parallel: 8
max-parallel: 16
matrix:
os:
- ubuntu-latest
Expand All @@ -21,14 +21,15 @@ jobs:
java:
- 11
- 17
- 21
maven:
- 3.9.3
- 3.9.6
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: s4u/setup-maven-action@v1.8.0
- uses: s4u/setup-maven-action@v1.11.0
with:
java-distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 3bfeb3e

Please sign in to comment.