Skip to content

Commit

Permalink
Update Java version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
basdijkstra committed Oct 8, 2024
1 parent 8d3bcce commit 3e07516
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Run tests in answers package
run: mvn clean "-Dtest=answers.*Test" test

0 comments on commit 3e07516

Please sign in to comment.