Skip to content

Commit

Permalink
Included version 3.3 & 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Apr 22, 2024
1 parent db8cc10 commit af7b6ab
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
php:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
# - "8.1"
# - "8.2"
- "8.3"
node:
- "18"
Expand All @@ -32,12 +32,15 @@ jobs:
- php: "7.3"
product-version: "~3.3.x-dev"
node: "14"
- php: "7.3"
- php: "7.4"
product-version: "~3.3.x-dev"
node: "16"
- php: "7.3"
- php: "8.3"
product-version: "~3.3.x-dev"
node: "18"
- php: "8.3"
product-version: "~5.0.x-dev"
node: "18"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit af7b6ab

Please sign in to comment.