We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c339830 commit d234a19Copy full SHA for d234a19
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
strategy:
42
fail-fast: false
43
matrix:
44
- php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4' ]
+ php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
45
46
steps:
47
- name: Checkout
0 commit comments