Skip to content

Commit

Permalink
Update version of Java in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wnederhof committed Mar 6, 2024
1 parent 8f646c5 commit 9293a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'adopt' # See 'Supported distributions' for available options
java-version: '11'
java-version: '21'
- name: Check out source code
uses: actions/checkout@v1
- name: Test
Expand Down

0 comments on commit 9293a67

Please sign in to comment.