Skip to content

Commit 9ca5a63

Browse files
Use PHP 8.2
1 parent b7b0238 commit 9ca5a63

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.1
28+
php-version: 8.2
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.1
48+
php-version: 8.2
4949
extensions: none, ctype, curl, date, dom, json, libxml, mbstring, phar, simplexml, soap, tokenizer, xml, xmlwriter, zlib
5050
coverage: none
5151
tools: none
@@ -197,7 +197,7 @@ jobs:
197197
- name: Install PHP with extensions
198198
uses: shivammathur/setup-php@v2
199199
with:
200-
php-version: 8.1
200+
php-version: 8.2
201201
coverage: pcov
202202
extensions: none, curl, dom, json, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
203203
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
@@ -233,7 +233,7 @@ jobs:
233233
- name: Install PHP with extensions
234234
uses: shivammathur/setup-php@v2
235235
with:
236-
php-version: 8.1
236+
php-version: 8.2
237237
coverage: none
238238
extensions: ${{ env.PHP_EXTENSIONS }}
239239
ini-values: ${{ env.PHP_INI_VALUES }}

0 commit comments

Comments
 (0)