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 2d98040 commit 60584e1Copy full SHA for 60584e1
.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 }}"
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
87
0 commit comments