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 311fbf8 commit f2a7569Copy full SHA for f2a7569
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
php-version: [8.3]
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- uses: shivammathur/setup-php@v2
17
with:
18
coverage: none
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
@@ -74,7 +74,7 @@ jobs:
74
dependencies: ["", --prefer-lowest]
75
76
77
78
79
80
coverage: "pcov"
@@ -115,7 +115,7 @@ jobs:
115
116
117
- name: "Checkout"
118
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
119
120
fetch-depth: 2
121
0 commit comments