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 b0d2951 commit 88797adCopy full SHA for 88797ad
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- php-versions: ['7.3', '7.4', '8.0', '8.1']
+ php-versions: ['7.4', '8.0', '8.1']
16
steps:
17
- uses: actions/checkout@v2
18
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
92
@@ -118,7 +118,7 @@ jobs:
118
119
120
121
122
123
services:
124
chrome:
0 commit comments