Skip to content

Commit

Permalink
Add PHP 8.4 to the test matrix, disable psalm for no PHP 8.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Sep 28, 2024
1 parent 41f240f commit 1721eae
Show file tree
Hide file tree
Showing 5 changed files with 893 additions and 2,976 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -54,8 +55,8 @@ jobs:
- name: phpstan
run: php vendor/bin/phpstan analyze

- name: psalm
run: php vendor/bin/psalm
# - name: psalm
# run: php vendor/bin/psalm

test:
runs-on: ubuntu-latest
Expand All @@ -66,6 +67,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
"phpunit/phpunit": "^10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"psalm/plugin-phpunit": "^0.18.4",
"squizlabs/php_codesniffer": "^3.8",
"vimeo/psalm": "^5.21"
"squizlabs/php_codesniffer": "^3.8"
},
"autoload-dev": {
"psr-4": {
Expand Down
Loading

0 comments on commit 1721eae

Please sign in to comment.