Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed May 10, 2024
1 parent 86bf4d8 commit 8124d51
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ jobs:
strategy:
fail-fast: false
matrix:
php:
- "7.4"
- "8.0"
- "8.3"
node:
- "18"
product-version:
- "~4.6.x-dev"
# php:
# - "7.4"
# - "8.0"
# - "8.3"
# node:
# - "18"
# product-version:
# - "~4.6.x-dev"
include:
- php: "7.3"
# - php: "7.3"
# product-version: "~3.3.x-dev"
# node: "14"
# - php: "7.4"
# product-version: "~3.3.x-dev"
# node: "16"
- php: "8.2"
product-version: "~3.3.x-dev"
node: "14"
- php: "7.4"
product-version: "~3.3.x-dev"
node: "16"
- php: "8.3"
product-version: "~3.3.x-dev"
node: "18"
- php: "8.3"
product-version: "~5.0.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 8124d51

Please sign in to comment.