We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dd7a4 commit 7174521Copy full SHA for 7174521
1 file changed
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ${{ matrix.os }}
24
strategy:
25
matrix:
26
- os: ['ubuntu-20.04']
+ os: ['ubuntu-22.04']
27
perl: ['5.26']
28
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
29
steps:
0 commit comments