Skip to content

Commit

Permalink
Test PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloKowalczyk committed Nov 15, 2024
1 parent 49c885e commit 6d3f8a7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- '8.1'
- '8.2'
- '8.3'
- '8.4'
dependencies:
- 'lowest'
- 'highest'
Expand Down
25 changes: 13 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,18 @@
"require": {
"php": ">=8.1",
"composer-runtime-api": "^2.0",
"dragonmantank/cron-expression": "^3.3.2",
"dragonmantank/cron-expression": "^3.4.0",
"laravel/serializable-closure": "^1.2.2",
"psr/log": "^2.0 || ^3.0",
"symfony/config": "^5.4.9 || ^6.4.0 || ^7.1.0",
"symfony/console": "^5.4.9 || ^6.4.0 || ^7.1.0",
"symfony/dependency-injection": "^5.4.9 || ^6.4.0 || ^7.1.0",
"symfony/filesystem": "^5.4.9 || ^6.4.0 || ^7.1.0",
"symfony/lock": "^5.4.9 || ^6.4.0 || ^7.1.0",
"symfony/mailer": "^5.4.9 || ^6.4.0 || ^7.1.0",
"symfony/process": "^5.4.9 || ^6.4.0 || ^7.1.0",
"symfony/yaml": "^5.4.9 || ^6.4.0 || ^7.1.0"
"symfony/config": "^5.4.40 || ^6.4.10 || ^7.1.0",
"symfony/console": "^5.4.40 || ^6.4.10 || ^7.1.0",
"symfony/dependency-injection": "^5.4.40 || ^6.4.10 || ^7.1.0",
"symfony/filesystem": "^5.4.40 || ^6.4.10 || ^7.1.0",
"symfony/lock": "^5.4.40 || ^6.4.10 || ^7.1.0",
"symfony/mailer": "^5.4.40 || ^6.4.10 || ^7.1.0",
"symfony/process": "^5.4.40 || ^6.4.10 || ^7.1.0",
"symfony/string": "^5.4.40 || ^6.4.10 || ^7.1.0",
"symfony/yaml": "^5.4.40 || ^6.4.10 || ^7.1.0"
},
"require-dev": {
"ext-json": "*",
Expand All @@ -57,9 +58,9 @@
"phpstan/phpstan": "1.8.6",
"phpstan/phpstan-phpunit": "1.1.1",
"phpstan/phpstan-strict-rules": "1.4.4",
"phpunit/phpunit": "9.5.25",
"symfony/error-handler": "^5.4.9 || ^6.4.0 || ^7.1.0",
"symfony/phpunit-bridge": "^5.4.9 || ^6.4.0 || ^7.1.0"
"phpunit/phpunit": "9.6.21",
"symfony/error-handler": "^5.4.40 || ^6.4.10 || ^7.1.0",
"symfony/phpunit-bridge": "^5.4.40 || ^6.4.10 || ^7.1.0"
},
"minimum-stability": "beta",
"prefer-stable": true,
Expand Down

0 comments on commit 6d3f8a7

Please sign in to comment.