Skip to content

Commit

Permalink
CI: Use Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
caoimhebyrne authored Jun 1, 2024
1 parent 1c74a78 commit d6860d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
strategy:
matrix:
# Use these Java versions
java: [17]
java: [21]
# and run on Linux
os: [ubuntu-22.04]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: checkout repository
Expand Down

0 comments on commit d6860d1

Please sign in to comment.