Skip to content

Commit af7b6ab

Browse files
committed
Included version 3.3 & 5.0
1 parent db8cc10 commit af7b6ab

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yaml

+7-4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
php:
2222
- "7.4"
2323
- "8.0"
24-
- "8.1"
25-
- "8.2"
24+
# - "8.1"
25+
# - "8.2"
2626
- "8.3"
2727
node:
2828
- "18"
@@ -32,12 +32,15 @@ jobs:
3232
- php: "7.3"
3333
product-version: "~3.3.x-dev"
3434
node: "14"
35-
- php: "7.3"
35+
- php: "7.4"
3636
product-version: "~3.3.x-dev"
3737
node: "16"
38-
- php: "7.3"
38+
- php: "8.3"
3939
product-version: "~3.3.x-dev"
4040
node: "18"
41+
- php: "8.3"
42+
product-version: "~5.0.x-dev"
43+
node: "18"
4144

4245
steps:
4346
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)