1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-05 21:17:52 +00:00

Merge pull request #1144 from gliptak/patch-1

Drop Ubuntu 18.04 from GHA
This commit is contained in:
PlantUML 2022-09-29 08:03:25 +02:00 committed by GitHub
commit 70ad50746a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ jobs:
fail-fast: false
matrix:
java_version: [ 8, 11, 17 ]
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022 ]
os: [ ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout the repository