We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943b0f4 commit 641e7bbCopy full SHA for 641e7bb
.github/workflows/dzil-build-and-test.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
build-job:
15
name: Build distribution
16
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
17
container:
18
image: perldocker/perl-tester:5.36
19
steps:
@@ -31,7 +31,7 @@ jobs:
31
path: build_dir
32
coverage-job:
33
needs: build-job
34
35
36
37
@@ -72,7 +72,7 @@ jobs:
72
strategy:
73
fail-fast: true
74
matrix:
75
- os: [ubuntu-20.04]
+ os: [ubuntu-latest]
76
perl-version:
77
- "5.8"
78
- "5.10"
0 commit comments