Skip to content

Commit

Permalink
Merge pull request plantuml#1069 from gliptak/patch-1
Browse files Browse the repository at this point in the history
Add ubuntu-22.04 to GHA build matrix
  • Loading branch information
arnaudroques authored Jul 31, 2022
2 parents 12b9152 + 44affec commit 5718bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
fail-fast: false
matrix:
java_version: [ 8, 11, 17 ]
os: [ ubuntu-18.04, ubuntu-20.04, windows-2019, windows-2022 ]
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout the repository
Expand Down

0 comments on commit 5718bbe

Please sign in to comment.