Skip to content

Commit

Permalink
composer update + add phpunit 10 and 11 + add php 8.4 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud committed Apr 27, 2024
1 parent b7966db commit c54d053
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 590 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -27,6 +27,7 @@ jobs:
- '8.1'
- '8.2'
- '8.3'
- '8.4'

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -26,7 +26,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16 || ^3.0",
"phpunit/phpunit": "^9.1",
"phpunit/phpunit": "^9.1 || ^10.0 || ^11.0",
"squizlabs/php_codesniffer": "^3.5"
},
"scripts": {
Expand Down

0 comments on commit c54d053

Please sign in to comment.