Skip to content

Commit

Permalink
ci: run workflow on java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Dec 7, 2023
1 parent b3c0495 commit 6402bb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 1.8
- name: set up Java 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Run CI
run: make ci
run: make ci

0 comments on commit 6402bb7

Please sign in to comment.