Update test.yml to Ububutu 22.04

Warning from Github that this will be out of service in April 1st.
This commit is contained in:
Dirk Wetter 2025-02-12 16:17:23 +01:00 committed by GitHub
parent 01dd7a4bd4
commit 7174521b3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-20.04']
os: ['ubuntu-22.04']
perl: ['5.26']
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps: