Skip to content

Commit 293c24b

Browse files
committed
Bump php
1 parent d8335a1 commit 293c24b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: shivammathur/setup-php@v2
5050
with:
5151
# Should be the higest supported version, so we can use the newest tools
52-
php-version: '8.2'
52+
php-version: '8.3'
5353
tools: composer, composer-require-checker, composer-unused, phpcs, psalm
5454
# optional performance gain for psalm: opcache
5555
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, opcache, openssl, pcre, posix, spl, xml
@@ -195,15 +195,15 @@ jobs:
195195
run: composer install --no-progress --prefer-dist --optimize-autoloader
196196

197197
- name: Run unit tests with coverage
198-
if: ${{ matrix.php-versions == '8.2' }}
198+
if: ${{ matrix.php-versions == '8.3' }}
199199
run: vendor/bin/phpunit
200200

201201
- name: Run unit tests (no coverage)
202-
if: ${{ matrix.php-versions != '8.2' }}
202+
if: ${{ matrix.php-versions != '8.3' }}
203203
run: vendor/bin/phpunit --no-coverage
204204

205205
- name: Save coverage data
206-
if: ${{ matrix.php-versions == '8.2' }}
206+
if: ${{ matrix.php-versions == '8.3' }}
207207
uses: actions/upload-artifact@v4
208208
with:
209209
name: coverage-data

0 commit comments

Comments
 (0)