Skip to content

Commit d2a423d

Browse files
committed
Add more versions of PHP to the test matrix
1 parent 11d03c5 commit d2a423d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
php: [ '7.1', '7.2', '7.3', '7.4', '8.0' ]
9+
php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
1010

1111
steps:
1212
- uses: actions/checkout@master

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"auto-wiring"
1010
],
1111
"require": {
12-
"php": ">=7.1",
13-
"psr/container": "^1.0",
12+
"php": "^7.1|^8.0",
13+
"psr/container": "^1.0|^2.0",
1414
"technically/null-container": "^1.0",
1515
"technically/callable-reflection": "^0.4.0"
1616
},

0 commit comments

Comments
 (0)