|
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.35.5 |
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 |
|
95 | 95 | uses: actions/checkout@v4.1.7 |
96 | 96 |
|
97 | 97 | - name: 🛠️ Setup PHP |
98 | | - uses: shivammathur/setup-php@2.30.5 |
| 98 | + uses: shivammathur/setup-php@2.35.5 |
99 | 99 | with: |
100 | 100 | php-version: ${{ matrix.php-version }} |
101 | 101 | extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix |
@@ -152,7 +152,7 @@ jobs: |
152 | 152 | uses: actions/checkout@v4.1.7 |
153 | 153 |
|
154 | 154 | - name: 🛠️ Setup PHP |
155 | | - uses: shivammathur/setup-php@2.30.5 |
| 155 | + uses: shivammathur/setup-php@2.35.5 |
156 | 156 | with: |
157 | 157 | php-version: ${{ matrix.php-version }} |
158 | 158 | extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix |
@@ -209,7 +209,7 @@ jobs: |
209 | 209 | uses: actions/checkout@v4.1.7 |
210 | 210 |
|
211 | 211 | - name: 🛠️ Setup PHP |
212 | | - uses: shivammathur/setup-php@2.30.5 |
| 212 | + uses: shivammathur/setup-php@2.35.5 |
213 | 213 | with: |
214 | 214 | php-version: ${{ matrix.php-version }} |
215 | 215 | extensions: mbstring, pdo, pdo_sqlite |
|
0 commit comments