Skip to content

Commit

Permalink
build: update symfony to 6.4 lts (#213)
Browse files Browse the repository at this point in the history
* build: update symfony to 6.4 lts

* build: bump php to 8.1
  • Loading branch information
DannyvdSluijs authored Oct 30, 2024
1 parent 1eecdb6 commit 09897d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ jobs:
strategy:
matrix:
include:
- php: 8.0
allow_fail: false
php_ini: 'xdebug.coverage_enable=On'
name: 'PHP 8.0 with latest deps'
- php: 8.0
allow_fail: false
composer_update_flags: '--prefer-lowest --prefer-stable'
php_ini: 'xdebug.coverage_enable=On'
name: 'PHP 8.0 with lowest stable deps'
- php: 8.1
allow_fail: true
php_ini: 'xdebug.coverage_enable=On'
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"minimum-stability": "stable",
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-json": "*",
"myclabs/php-enum": "^1.8",
"symfony/console": "^5.4",
"symfony/dom-crawler": "^5.4"
"symfony/console": "^6.4",
"symfony/dom-crawler": "^6.4"
},
"require-dev": {
"fakerphp/faker": "^1.23",
Expand Down

0 comments on commit 09897d5

Please sign in to comment.