Skip to content

Commit c4d1364

Browse files
committed
Update PHP version and dependencies in workflow and composer files
1 parent c1e7ed1 commit c4d1364

3 files changed

Lines changed: 46 additions & 52 deletions

File tree

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php-versions: [ '8.2', '8.3' ]
14+
php-versions:
15+
- '8.3'
16+
- '8.4'
17+
- '8.5'
1518
steps:
1619
- uses: actions/checkout@v4
1720

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"scripts": {
3333
"test": "pest",
3434
"test:e2e": "pest --config tests/e2e/phpunit-e2e.xml",
35-
"check": "php-cs-fixer check",
35+
"check": "composer iphp-cs-fixer check",
3636
"fix": "php-cs-fixer fix",
3737
"phpstan": "phpstan analyse -c phpstan.neon --memory-limit 1G",
3838
"phpstan:baseline": "@phpstan --generate-baseline tests/phpstan-baseline.neon"
@@ -41,10 +41,10 @@
4141
"bin/dep"
4242
],
4343
"require": {
44-
"php": ">=8.2",
45-
"symfony/console": "^7.2",
46-
"symfony/process": "^7.2",
47-
"symfony/yaml": "^7.2"
44+
"php": "^8.3",
45+
"symfony/console": "^7.4.0 || ^8.0.0",
46+
"symfony/process": "^7.4.0 || ^8.0.0",
47+
"symfony/yaml": "^7.4.0 || ^8.0.0"
4848
},
4949
"require-dev": {
5050
"friendsofphp/php-cs-fixer": "^3.68",

composer.lock

Lines changed: 37 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)