Skip to content

Commit

Permalink
fix(chore): resolve problem of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdugue committed Nov 5, 2024
1 parent 8b3d86a commit ffacd61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
composer-flags: '--prefer-stable --prefer-lowest'
extensions: 'curl, iconv, mbstring, pdo, pdo_sqlite, sqlite, zip'
exclude:
- php: '8.1'
symfony: '7.0.*'
- php: '8.1'
symfony: '7.1.*'
- php: '8.2'
symfony: '6.0.*'
name: "PHP ${{ matrix.php }} - Symfony ${{ matrix.symfony }}${{ matrix.composer-flags != '' && format(' - Composer {0}', matrix.composer-flags) || '' }}"
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
}
},
"require-dev": {
"phpstan/phpstan": "^1.12"
"phpstan/phpstan": "^1.12",
"phpunit/phpunit": "^11.4"
}
}

0 comments on commit ffacd61

Please sign in to comment.