1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-22 13:05:09 +00:00

Add ubuntu-22.04 to GHA build matrix

Signed-off-by: Gábor Lipták <gliptak@gmail.com>
This commit is contained in:
Gábor Lipták 2022-07-29 20:48:14 -04:00 committed by GitHub
parent e19e261bb9
commit 44affec416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
java_version: [ 8, 11, 17 ] 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 }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout the repository - name: Checkout the repository