We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37369e commit 1635becCopy full SHA for 1635bec
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.4', '8.5']
+ php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
16
17
steps:
18
- name: Checkout code
0 commit comments