Skip to content

Commit 7eee5e5

Browse files
Use PHP 8.3
1 parent 337be1d commit 7eee5e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install PHP
2626
uses: shivammathur/setup-php@v2
2727
with:
28-
php-version: 8.2
28+
php-version: 8.3
2929
extensions: none, iconv, json, phar, tokenizer
3030
coverage: none
3131
tools: none
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install PHP
4646
uses: shivammathur/setup-php@v2
4747
with:
48-
php-version: 8.2
48+
php-version: 8.3
4949
extensions: none, ctype, curl, date, dom, json, libxml, mbstring, phar, simplexml, soap, tokenizer, xml, xmlwriter, zlib
5050
coverage: none
5151
tools: none
@@ -173,7 +173,7 @@ jobs:
173173
- name: Install PHP with extensions
174174
uses: shivammathur/setup-php@v2
175175
with:
176-
php-version: 8.2
176+
php-version: 8.3
177177
coverage: pcov
178178
extensions: none, curl, dom, json, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
179179
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
@@ -209,7 +209,7 @@ jobs:
209209
- name: Install PHP with extensions
210210
uses: shivammathur/setup-php@v2
211211
with:
212-
php-version: 8.2
212+
php-version: 8.3
213213
coverage: none
214214
extensions: ${{ env.PHP_EXTENSIONS }}
215215
ini-values: ${{ env.PHP_INI_VALUES }}

0 commit comments

Comments
 (0)