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 17a3915 commit 06e89eeCopy full SHA for 06e89ee
.github/workflows/test-ci.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
max-parallel: 1
13
matrix:
14
- php-versions: ['5.4', '5.5', '5.6', '7.0', '8.0']
+ php-versions: ['5.4', '5.5', '5.6', '7.0']
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout
0 commit comments