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 23, 2023
2 parents 6e472e0 + 8929995 commit 6982a4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
8 changes: 4 additions & 4 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": "~0.19,>=0.19.3|^1.0",
"symfony/validator": "^3.4|^4.4",
"symfony/form": "^3.4|^4.4"
"symfony/validator": "^4.4",
"symfony/form": "^4.4"
},
"require-dev": {
"phpunit/phpunit": "~7.1",
"symfony/phpunit-bridge": "^3.4|^4.4",
"symfony/phpunit-bridge": "^4.4",
"liip/rmt": "^1.2"
}
}

0 comments on commit 6982a4c

Please sign in to comment.