Skip to content

Commit f9ff22d

Browse files
committed
Add support for newer PHP versions
1 parent 3b355e0 commit f9ff22d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: [7.2]
15+
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
1616
fail-fast: true
1717
steps:
1818
- uses: actions/checkout@v4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ext-json": "*",
4141

4242
"mikey179/vfsstream": "~1.4",
43-
"phpspec/phpspec": "~4.0",
43+
"phpspec/phpspec": "~6.0|~7.0",
4444

4545
"behat/behat": "~3.0",
4646

0 commit comments

Comments
 (0)