We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286bc15 commit 84da656Copy full SHA for 84da656
1 file changed
.github/workflows/unit_tests.yml
@@ -12,7 +12,7 @@ on:
12
- '**.html'
13
- 'LICENSE'
14
- 'Dockerfile'
15
- - 'Dockerfile.git'
+ - 'Dockerfile-alpine'
16
17
permissions:
18
contents: read
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ${{ matrix.os }}
23
strategy:
24
matrix:
25
- os: ['ubuntu-22.04']
+ os: ['ubuntu-24.04']
26
perl: ['5.26']
27
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
28
steps:
0 commit comments