Skip to content

Commit

Permalink
Merge pull request #5 from wallabag/newer-php
Browse files Browse the repository at this point in the history
Support newer PHP versions
  • Loading branch information
yguedidi authored Dec 24, 2023
2 parents 15249c4 + cd21599 commit a8ed71a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.4]
php: [7.4, 8.0, 8.1, 8.2]
symfony-version: [4.4.*]
composer-flags: ['', '--prefer-lowest']
fail-fast: true
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"require": {
"php": ">=7.4",
"kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
"wallabag/rulerz": "dev-master",
"symfony/validator": "^4.4",
"symfony/form": "^4.4"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^8.5.14",
"symfony/phpunit-bridge": "^4.4",
"liip/rmt": "^1.2"
}
Expand Down

0 comments on commit a8ed71a

Please sign in to comment.