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 713e0b6 commit b69bf76Copy full SHA for b69bf76
.github/workflows/main.yml
@@ -54,7 +54,7 @@ jobs:
54
strategy:
55
fail-fast: false
56
matrix:
57
- php-versions: ['8.1', '8.2']
+ php-versions: ['8.1', '8.2', '8.3']
58
steps:
59
- uses: actions/checkout@v2
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