Skip to content

Commit

Permalink
Merge pull request #3 from wallabag/drop-old
Browse files Browse the repository at this point in the history
Drop old PHP and Symfony
  • Loading branch information
yguedidi authored Dec 24, 2023
2 parents ac73fb2 + 35ef803 commit 570e501
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.1, 7.2, 7.3, 7.4]
symfony-version: [3.4.*, 4.4.*]
php: [7.4]
symfony-version: [4.4.*]
composer-flags: ['', '--prefer-lowest']
fail-fast: true
steps:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
]
},
"require": {
"php": ">=7.1",
"php": ">=7.4",
"kphoen/rulerz": "^1.0@dev",
"kphoen/rulerz-bridge": "^1.0@dev",
"symfony/framework-bundle": "^3.4|^4.4"
"symfony/framework-bundle": "^4.4"
},
"require-dev": {
"phpunit/phpunit": "^7.1",
"symfony/phpunit-bridge": "^3.4|^4.4",
"symfony/phpunit-bridge": "^4.4",
"mikey179/vfsstream": "^1.6",
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
"liip/rmt": "^1.2"
Expand Down

0 comments on commit 570e501

Please sign in to comment.