Skip to content

Commit b628370

Browse files
committed
CI: run on PHP 8.4 to match codebase syntax
1 parent dc9fc9d commit b628370

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup PHP
4747
uses: shivammathur/setup-php@v2
4848
with:
49-
php-version: '8.2'
49+
php-version: '8.4'
5050
extensions: intl, sodium, gd, mysqli, curl, fileinfo, json, dom, simplexml, mbstring, zip, redis, memcached, apcu
5151
coverage: pcov
5252
ini-values: apc.enable_cli=1, mysqli.allow_local_infile=1
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup PHP
7171
uses: shivammathur/setup-php@v2
7272
with:
73-
php-version: '8.2'
73+
php-version: '8.4'
7474
extensions: intl, sodium, gd, mysqli, curl, fileinfo, json, dom, simplexml, mbstring, zip
7575
coverage: none
7676
- name: Install dependencies

0 commit comments

Comments
 (0)