Skip to content

Commit

Permalink
Full blown CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ebln committed Jun 2, 2024
1 parent 5e53a67 commit c6e512f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php: [ '7.4', '8.0' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
name: Build and test on ${{ matrix.php }}
steps:
- name: Checkout repository
Expand All @@ -32,9 +32,9 @@ jobs:
- name: Psalm
run: |
./vendor/bin/psalm --monochrome --no-progress --stats --show-info=false
- name: DISABLED phpstan
- name: phpstan
run: |
echo ./vendor/bin/phpstan --no-interaction --no-ansi analyse
./vendor/bin/phpstan --no-interaction --no-ansi analyse
- name: Mess Detector Sources
run: |
./vendor/bin/phpmd src text codesize,controversial,design,naming,unusedcode,design
Expand Down

0 comments on commit c6e512f

Please sign in to comment.