|
31 | 31 | uses: actions/checkout@v4.1.7 |
32 | 32 |
|
33 | 33 | - name: 🛠️ Setup PHP |
34 | | - uses: shivammathur/setup-php@2.30.5 |
| 34 | + uses: shivammathur/setup-php@2.33.0 |
35 | 35 | with: |
36 | 36 | php-version: ${{ matrix.php-version }} |
37 | 37 | extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo, iconv |
|
94 | 94 | uses: actions/checkout@v4.1.7 |
95 | 95 |
|
96 | 96 | - name: 🛠️ Setup PHP |
97 | | - uses: shivammathur/setup-php@2.30.5 |
| 97 | + uses: shivammathur/setup-php@2.33.0 |
98 | 98 | with: |
99 | 99 | php-version: ${{ matrix.php-version }} |
100 | 100 | extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo, iconv |
@@ -151,7 +151,7 @@ jobs: |
151 | 151 | uses: actions/checkout@v4.1.7 |
152 | 152 |
|
153 | 153 | - name: 🛠️ Setup PHP |
154 | | - uses: shivammathur/setup-php@2.30.5 |
| 154 | + uses: shivammathur/setup-php@2.33.0 |
155 | 155 | with: |
156 | 156 | php-version: ${{ matrix.php-version }} |
157 | 157 | extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo, iconv |
@@ -208,7 +208,7 @@ jobs: |
208 | 208 | uses: actions/checkout@v4.1.7 |
209 | 209 |
|
210 | 210 | - name: 🛠️ Setup PHP |
211 | | - uses: shivammathur/setup-php@2.30.5 |
| 211 | + uses: shivammathur/setup-php@2.33.0 |
212 | 212 | with: |
213 | 213 | php-version: ${{ matrix.php-version }} |
214 | 214 | extensions: mbstring, pdo, pdo_sqlite, fileinfo |
|
0 commit comments