Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Aug 3, 2024
1 parent 74254bc commit 7582499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v2
- name: Test in Linux JDK 21
if: matrix.os == 'ubuntu-latest' && matrix.java == 'jdk21'
run: docker compose -f docker/Linux-JDK11/docker-compose.yml up --build --exit-code-from cantaloupe
run: docker compose -f docker/Linux-JDK21/docker-compose.yml up --build --exit-code-from cantaloupe
- name: Test in Windows JDK 21
if: matrix.os == 'windows-latest' && matrix.java == 'jdk21'
run: docker-compose -f docker/Windows-JDK11/docker-compose.yml up --build --exit-code-from cantaloupe
run: docker-compose -f docker/Windows-JDK21/docker-compose.yml up --build --exit-code-from cantaloupe
# TODO: Windows+GraalVM

0 comments on commit 7582499

Please sign in to comment.