We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bffaf2 commit f07e418Copy full SHA for f07e418
.github/workflows/quality.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
operating-system: [ ubuntu-latest ]
11
- php-versions: [ '8.0' ]
+ php-versions: [ '8.3' ]
12
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
13
steps:
14
- name: Checkout
@@ -21,7 +21,7 @@ jobs:
21
extensions: mbstring, intl #optional, setup extensions
22
ini-values: post_max_size=256M, short_open_tag=On #optional, setup php.ini configuration
23
coverage: xdebug #optional, setup coverage driver
24
- tools: psalm, phpcbf, phpcs
+ tools: phpcbf, phpcs
25
26
- name: Add dependencies
27
run: composer install
0 commit comments