Skip to content

Commit aec2976

Browse files
authored
Allow PHP 8.1 (#55)
1 parent aacb442 commit aec2976

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
11+
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1]
1212

1313
steps:
1414
- name: Checkout code

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"minimum-stability": "RC",
2020
"require": {
21-
"php": ">=5.6.0 <8.1",
21+
"php": ">=5.6.0 <=8.1",
2222
"codeception/lib-innerbrowser": "^1.0",
2323
"codeception/codeception": "^4.0"
2424
},

0 commit comments

Comments
 (0)