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 479dff6 commit 1f5532eCopy full SHA for 1f5532e
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
- "8.1"
20
21
steps:
22
- - uses: "actions/checkout@v3"
+ - uses: "actions/checkout@v4"
23
- uses: "shivammathur/setup-php@v2"
24
with:
25
coverage: "none"
@@ -47,7 +47,7 @@ jobs:
47
code-coverage: "pcov"
48
49
50
51
52
53
coverage: "${{ matrix.code-coverage }}"
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
0 commit comments