Skip to content

Commit

Permalink
Udpate the CI for the quality pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahe committed Jun 13, 2024
1 parent 22b8fa9 commit 71544e3
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Quality
on: [push, pull_request]

jobs:
run:
run:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ 7.4' ]
php-versions: [ '8.0' ]
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand All @@ -22,17 +22,12 @@ jobs:
ini-values: post_max_size=256M, short_open_tag=On #optional, setup php.ini configuration
coverage: xdebug #optional, setup coverage driver
tools: psalm, phpcbf, phpcs
- name: Check PHP Version
run: php -v


- name: Add dependencies
run: composer install

- name: Check composer
run: composer validate

- name: Check cs
run: composer cs

- name: Check psalm
run: composer psalm
run: composer cs

0 comments on commit 71544e3

Please sign in to comment.