Skip to content

Commit

Permalink
bump CI to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Apr 7, 2024
1 parent 43fd732 commit 2c689fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
distribution: 'temurin'
java-version: '11'
java-version: '21'
cache: 'gradle'

- name: Run Groovy Tests
run: |
cd adopt-github-release
./gradlew --info test
working-directory: adopt-github-release
run: ./gradlew --info test

0 comments on commit 2c689fc

Please sign in to comment.