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 f2213d3 commit be80903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -8,7 +8,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]
fail-fast: false
max-parallel: 4
Expand Down

0 comments on commit be80903

Please sign in to comment.