We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cfac1 commit d7f106cCopy full SHA for d7f106c
2 files changed
.github/workflows/coverage.yml
@@ -20,7 +20,7 @@ jobs:
20
fail-fast: true
21
matrix:
22
os:
23
- - ubuntu-22.04
+ - ubuntu-latest
24
arch:
25
- amd64
26
- i386
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
27
@@ -34,7 +34,7 @@ jobs:
34
- off
35
include:
36
- php: nightly
37
- os: ubuntu-22.04
+ os: ubuntu-latest
38
arch: amd64
39
php-jit: on
40
0 commit comments