Skip to content

Commit

Permalink
ci(*): Update m2 insatll action
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Sep 6, 2023
1 parent 3444934 commit 84556a9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# These are supported funding model platforms

github: [julienloizelet]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single open_collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
custom: # Replace with a single custom sponsorship URL
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 @@ -44,7 +44,7 @@ jobs:
steps:

- name: Install Magento 2
uses: julienloizelet/magento2-ddev-installation@v2.0.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 @@ -37,7 +37,7 @@ jobs:

steps:
- name: Install Magento 2
uses: julienloizelet/magento2-ddev-installation@v2.0.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/static-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Install Magento 2
uses: julienloizelet/magento2-ddev-installation@v2.0.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/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:

- name: Install Magento 2
uses: julienloizelet/magento2-ddev-installation@v2.0.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 84556a9

Please sign in to comment.