Skip to content

Commit 03a4a88

Browse files
committed
Test Psaml
1 parent 5a1fb04 commit 03a4a88

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ jobs:
4040
RUN_BENCHMARK: false
4141
- PHP_VERSION: "8.1"
4242
CODE_COVERAGE: false
43-
RUN_PHPSTAN: true
43+
RUN_PHPSTAN: false
4444
RUN_PSALM: false
4545
RUN_BENCHMARK: false
4646
- PHP_VERSION: "8.2"
4747
CODE_COVERAGE: false
48-
RUN_PHPSTAN: true
48+
RUN_PHPSTAN: false
4949
RUN_PSALM: false
5050
RUN_BENCHMARK: true
5151
- PHP_VERSION: "8.3"
5252
CODE_COVERAGE: true
53-
RUN_PHPSTAN: true
54-
RUN_PSALM: false
53+
RUN_PHPSTAN: false
54+
RUN_PSALM: true
5555
RUN_BENCHMARK: false
5656
- PHP_VERSION: "8.4"
5757
CODE_COVERAGE: false

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"phpbench/phpbench": "^0.16.10 || ^1.0.4",
2525
"phpstan/phpstan": "^1.3.1",
2626
"phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11",
27-
"vimeo/psalm": "^4.17.0"
27+
"vimeo/psalm": "^4.17.0 | ^5.26.1"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)