We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4fb8e commit cd5e32cCopy full SHA for cd5e32c
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
strategy:
54
fail-fast: false
55
matrix:
56
- php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0' ]
+ php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
57
coverage: [ 'xdebug' ]
58
streaming: [ false ]
59
include:
0 commit comments