Skip to content

Commit

Permalink
Bump the required versions of PHPUnit and Yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Jul 17, 2022
1 parent 498c802 commit 3ac5fb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ jobs:
include:
- php: 7.2
composer-flags: '--prefer-lowest'
- php: 7.2
symfony-version: '3.*'
- php: 7.3
symfony-version: '4.*'
- php: 7.4
symfony-version: '5.*'
- php: 8.0
symfony-version: '5.*'
symfony-version: '6.*'
- php: 8.1
composer-flags: '--prefer-lowest'
cucumber: true
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},

"require-dev": {
"symfony/yaml": "~3|~4|~5",
"phpunit/phpunit": "~8|~9",
"symfony/yaml": "^4.0||^5.0||^6.0",
"phpunit/phpunit": "^8.5.19||^9.0",
"cucumber/cucumber": "dev-gherkin-24.0.0"
},

Expand Down

0 comments on commit 3ac5fb1

Please sign in to comment.