Skip to content

Commit

Permalink
Test Psaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-mabe committed Nov 26, 2024
1 parent 5a1fb04 commit 03a4a88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ jobs:
RUN_BENCHMARK: false
- PHP_VERSION: "8.1"
CODE_COVERAGE: false
RUN_PHPSTAN: true
RUN_PHPSTAN: false
RUN_PSALM: false
RUN_BENCHMARK: false
- PHP_VERSION: "8.2"
CODE_COVERAGE: false
RUN_PHPSTAN: true
RUN_PHPSTAN: false
RUN_PSALM: false
RUN_BENCHMARK: true
- PHP_VERSION: "8.3"
CODE_COVERAGE: true
RUN_PHPSTAN: true
RUN_PSALM: false
RUN_PHPSTAN: false
RUN_PSALM: true
RUN_BENCHMARK: false
- PHP_VERSION: "8.4"
CODE_COVERAGE: false
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"phpbench/phpbench": "^0.16.10 || ^1.0.4",
"phpstan/phpstan": "^1.3.1",
"phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11",
"vimeo/psalm": "^4.17.0"
"vimeo/psalm": "^4.17.0 | ^5.26.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 03a4a88

Please sign in to comment.