Skip to content

Commit

Permalink
Build CFI on Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Aug 29, 2024
1 parent d4ca1ed commit 96712b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
group: [ cfi-tests, downstream-ontology, downstream-security-demo, downstream-universe ]
jdk: [ 8, 11, 17 ]
jdk: [ 8, 11, 17, 21]
runs-on: ubuntu-latest
steps:
- name: Install dependencies
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
python3 -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Spotless Check
if: matrix.jdk == 11 || matrix.jdk == 17
if: matrix.jdk != 8
run: ./gradlew spotlessCheck
- name: Build
run: |
Expand Down

0 comments on commit 96712b0

Please sign in to comment.