Skip to content

Commit

Permalink
GitHub Actions add ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nhojpatrick committed Feb 13, 2022
1 parent 5d76642 commit 0205c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
java: [7, 8, 11, 17, 18-ea, 19-ea]
exclude:
- os: ubuntu-18.04
Expand Down

0 comments on commit 0205c3b

Please sign in to comment.