Skip to content

Commit

Permalink
Use JDK 21 on CI (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Dec 5, 2024
1 parent e80e6af commit e53529f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: 17
jvm: 21
- name: Test
run: ./mill -i __.test
- name: Validate README
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: 17
jvm: 21
- name: MiMA
run: ./mill -i __.mimaReportBinaryIssues

Expand All @@ -49,7 +49,7 @@ jobs:
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: 17
jvm: 21
- run: .github/scripts/gpg-setup.sh
env:
PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}
Expand Down

0 comments on commit e53529f

Please sign in to comment.