|
27 | 27 | uses: "actions/checkout@v3" |
28 | 28 |
|
29 | 29 | - name: "Set up PHP" |
30 | | - uses: "shivammathur/setup-php@2.19.0" |
| 30 | + uses: "shivammathur/setup-php@2.19.1" |
31 | 31 | with: |
32 | 32 | coverage: "xdebug" |
33 | 33 | extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter" |
|
89 | 89 | strict: true |
90 | 90 |
|
91 | 91 | - name: "Set up PHP" |
92 | | - uses: "shivammathur/setup-php@2.19.0" |
| 92 | + uses: "shivammathur/setup-php@2.19.1" |
93 | 93 | with: |
94 | 94 | coverage: "none" |
95 | 95 | extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter" |
@@ -150,7 +150,7 @@ jobs: |
150 | 150 | uses: "actions/checkout@v3" |
151 | 151 |
|
152 | 152 | - name: "Set up PHP" |
153 | | - uses: "shivammathur/setup-php@2.19.0" |
| 153 | + uses: "shivammathur/setup-php@2.19.1" |
154 | 154 | with: |
155 | 155 | coverage: "none" |
156 | 156 | extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter" |
@@ -195,7 +195,7 @@ jobs: |
195 | 195 | uses: "actions/checkout@v3" |
196 | 196 |
|
197 | 197 | - name: "Set up PHP" |
198 | | - uses: "shivammathur/setup-php@2.19.0" |
| 198 | + uses: "shivammathur/setup-php@2.19.1" |
199 | 199 | with: |
200 | 200 | coverage: "none" |
201 | 201 | extensions: "none, ctype, curl, dom, json, mbstring, pcntl, phar, posix, simplexml, tokenizer, xml, xmlwriter" |
@@ -247,7 +247,7 @@ jobs: |
247 | 247 | uses: "actions/checkout@v3" |
248 | 248 |
|
249 | 249 | - name: "Set up PHP" |
250 | | - uses: "shivammathur/setup-php@2.19.0" |
| 250 | + uses: "shivammathur/setup-php@2.19.1" |
251 | 251 | with: |
252 | 252 | coverage: "none" |
253 | 253 | extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter" |
|
0 commit comments