Skip to content

Commit

Permalink
minor Sylius#13682 [Maintenance] Test Sylius with node 16.x (lchrusciel)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.12-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

0ab5729 [Maintenance] Test Sylius with node 16.x
  • Loading branch information
SirDomin authored Feb 23, 2022
2 parents 6208af7 + 0ab5729 commit 3073058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ jobs:
matrix:
php: ["8.0"]
symfony: ["^5.4"]
node: ["14.x"]
node: ["14.x", "16.x"]
mysql: ["5.7", "8.0"]

env:
Expand Down Expand Up @@ -535,7 +535,7 @@ jobs:
matrix:
php: ["8.0"]
symfony: ["^5.4"]
node: ["14.x"]
node: ["14.x", "16.x"]
mysql: ["5.7", "8.0"]

env:
Expand Down

0 comments on commit 3073058

Please sign in to comment.