Skip to content

Commit f07e418

Browse files
committed
bump php version for quality
1 parent 1bffaf2 commit f07e418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ ubuntu-latest ]
11-
php-versions: [ '8.0' ]
11+
php-versions: [ '8.3' ]
1212
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313
steps:
1414
- name: Checkout
@@ -21,7 +21,7 @@ jobs:
2121
extensions: mbstring, intl #optional, setup extensions
2222
ini-values: post_max_size=256M, short_open_tag=On #optional, setup php.ini configuration
2323
coverage: xdebug #optional, setup coverage driver
24-
tools: psalm, phpcbf, phpcs
24+
tools: phpcbf, phpcs
2525

2626
- name: Add dependencies
2727
run: composer install

0 commit comments

Comments
 (0)