We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5976535 commit 704acffCopy full SHA for 704acff
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- php-versions: ['8.2', '8.3', '8.4']
+ php-versions: ['8.3', '8.4']
16
steps:
17
- uses: actions/checkout@v2
18
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
@@ -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