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 814eaac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "7.4 - 8.2",
"php": "7.4 - 8.4",
"ebln/phpstan-factory-mark": "^1.1",
"phpstan/phpstan": "^1.11"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 814eaac

Please sign in to comment.