Skip to content

Commit

Permalink
ci(*): Update version of magento2 installation action
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Aug 1, 2023
1 parent 56048a7 commit 368fcf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Install Magento 2 with DDEV
id: magento_install
uses: julienloizelet/magento2-ddev-installation@v2.1.0
uses: julienloizelet/magento2-ddev-installation@v2.1.1
with:
php_version: ${{ matrix.php-version }}
magento_version: ${{ matrix.m2-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installation-and-varnish-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Install Magento 2 with DDEV
uses: julienloizelet/magento2-ddev-installation@v2.1.0
uses: julienloizelet/magento2-ddev-installation@v2.1.1
id: magento2-install
with:
php_version: ${{ matrix.php-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Install Magento 2 with DDEV
uses: julienloizelet/magento2-ddev-installation@v2.1.0
uses: julienloizelet/magento2-ddev-installation@v2.1.1
with:
php_version: ${{ matrix.php-version }}
magento_version: ${{ matrix.m2-version }}
Expand Down

0 comments on commit 368fcf5

Please sign in to comment.