Skip to content

Commit

Permalink
add java 21 to matrix for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 29, 2025
1 parent 2e2cc1c commit df3d6a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
strategy:
matrix:
lucee: ${{ fromJSON(vars.LUCEE_TEST_VERSIONS) }}
java: [ 11, 21 ]
services:
minio:
image: fclairamb/minio-github-actions
Expand Down Expand Up @@ -93,6 +94,12 @@ jobs:
repository: lucee/lucee
path: lucee

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'adopt'

- name: Run Lucee Test Suite
uses: lucee/script-runner@main
with:
Expand Down

0 comments on commit df3d6a5

Please sign in to comment.