Skip to content

Commit b787c37

Browse files
committed
Adds PHP 8.1 and 8.2 to the test matrix and removes --ignore-platform-reqs
1 parent 6d949db commit b787c37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ jobs:
3636
coverage: false
3737
- php: '8.0'
3838
coverage: false
39-
composer-flags: '--ignore-platform-req=php'
39+
- php: '8.1'
40+
coverage: false
41+
- php: '8.2'
42+
coverage: false
4043

4144
steps:
4245
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)