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.
2 parents 972e34d + ffdadaa commit 278a27dCopy full SHA for 278a27d
1 file changed
.github/workflows/tests.yml
@@ -11,9 +11,6 @@ jobs:
11
runs-on: ubuntu-22.04
12
timeout-minutes: 10
13
14
- strategy:
15
- fail-fast: true
16
-
17
services:
18
mariadb:
19
image: mariadb
@@ -40,7 +37,7 @@ jobs:
40
37
41
38
steps:
42
39
- name: Checkout
43
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
44
45
- name: Setup PHP
46
uses: shivammathur/setup-php@v2
@@ -89,9 +86,6 @@ jobs:
89
86
90
87
91
88
92
93
94
95
96
97
@@ -118,7 +112,7 @@ jobs:
118
112
119
113
120
114
121
115
122
116
123
117
124
0 commit comments