Skip to content

Commit

Permalink
Start testing with Java 22
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jul 11, 2024
1 parent 50a7c4d commit a42943a
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' ]
java-version: [ '11', '17', '21', '22' ]
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']
java-version: ['11', '17', '21', '22']
steps:
- name: Checkout GWT itself into one directory
uses: actions/checkout@v4
Expand Down

0 comments on commit a42943a

Please sign in to comment.