Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/1.0.0-beta.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Jun 24, 2022
2 parents 73154fb + a548e07 commit 53a98f5
Show file tree
Hide file tree
Showing 47 changed files with 6,474 additions and 224 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
# @todo PHP 8.0
php-versions: ['7.4']
php-versions: ['7.3']
composer-versions: ['v1', 'v2']
steps:
- uses: actions/download-artifact@v2
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/

- uses: actions/download-artifact@v2
Expand All @@ -137,7 +137,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/

- uses: actions/download-artifact@v2
Expand All @@ -156,7 +156,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/

- uses: actions/download-artifact@v2
Expand All @@ -175,7 +175,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/

- uses: actions/download-artifact@v2
Expand Down
Loading

0 comments on commit 53a98f5

Please sign in to comment.