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 2a2b536 commit 8fe3b1cCopy full SHA for 8fe3b1c
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- "8.4"
21
22
steps:
23
- - uses: "actions/checkout@v5"
+ - uses: "actions/checkout@v6"
24
- uses: "shivammathur/setup-php@v2"
25
with:
26
coverage: "none"
@@ -48,7 +48,7 @@ jobs:
48
code-coverage: "pcov"
49
50
51
52
53
54
coverage: "${{ matrix.code-coverage }}"
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
79
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
97
98
0 commit comments