Skip to content

Commit

Permalink
Switched to JDK 21 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
beanbeanjuice committed Oct 30, 2023
1 parent 0264beb commit 3cfb019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-maven-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language

- name: Set up JDK 16
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '16'
java-version: '21'
distribution: 'adopt'
cache: maven
- name: Build and Test with Maven
Expand Down

0 comments on commit 3cfb019

Please sign in to comment.