Skip to content

Commit 71544e3

Browse files
committed
Udpate the CI for the quality pipeline
1 parent 22b8fa9 commit 71544e3

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/quality.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Quality
33
on: [push, pull_request]
44

55
jobs:
6-
run:
6+
run:
77
runs-on: ${{ matrix.operating-system }}
88
strategy:
99
matrix:
1010
operating-system: [ ubuntu-latest ]
11-
php-versions: [ 7.4' ]
11+
php-versions: [ '8.0' ]
1212
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313
steps:
1414
- name: Checkout
@@ -22,17 +22,12 @@ jobs:
2222
ini-values: post_max_size=256M, short_open_tag=On #optional, setup php.ini configuration
2323
coverage: xdebug #optional, setup coverage driver
2424
tools: psalm, phpcbf, phpcs
25-
- name: Check PHP Version
26-
run: php -v
27-
25+
2826
- name: Add dependencies
2927
run: composer install
3028

3129
- name: Check composer
3230
run: composer validate
3331

3432
- name: Check cs
35-
run: composer cs
36-
37-
- name: Check psalm
38-
run: composer psalm
33+
run: composer cs

0 commit comments

Comments
 (0)