Skip to content

Commit

Permalink
Add support for newer PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yguedidi committed Dec 17, 2023
1 parent 3b355e0 commit f9ff22d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2]
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
fail-fast: true
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ext-json": "*",

"mikey179/vfsstream": "~1.4",
"phpspec/phpspec": "~4.0",
"phpspec/phpspec": "~6.0|~7.0",

"behat/behat": "~3.0",

Expand Down

0 comments on commit f9ff22d

Please sign in to comment.