Skip to content

Commit

Permalink
Update CI for Java 23
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Sep 27, 2024
1 parent 6307e79 commit 814c0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ '11', '17', '21', '22' ]
java-version: [ '11', '17', '21', '23' ]
steps:
- name: Checkout GWT itself into one directory
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: ['11', '17', '21', '22']
java-version: ['11', '17', '21', '23']
steps:
- name: Checkout GWT itself into one directory
uses: actions/checkout@v4
Expand Down

0 comments on commit 814c0a6

Please sign in to comment.