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 4163530 commit eba4c30Copy full SHA for eba4c30
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
fail-fast: false
38
matrix:
39
os: [ubuntu-latest]
40
- php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
+ php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
41
steps:
42
## checkout the repoistory
43
- name: Checkout Repo
0 commit comments