We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cfe8e commit c8435adCopy full SHA for c8435ad
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- php-versions: ['7.4']
+ php-versions: ['7.4', '8.4']
11
dependencies:
12
- lowest
13
- highest
composer.json
@@ -23,7 +23,7 @@
23
},
24
"require-dev": {
25
"phpstan/phpstan": "^2.0",
26
- "phpunit/phpunit": "^8.0 || ^9.0",
+ "phpunit/phpunit": "^8.5.14 || ^9.0",
27
"squizlabs/php_codesniffer": "^3.3.1"
28
29
"autoload": {
0 commit comments