Skip to content

Commit

Permalink
Merge pull request #223 from firegento/update-actions
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
frostblogNet authored Aug 5, 2024
2 parents e0f39ff + 5cc9158 commit 76989a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: M2 Coding Standard
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: extdn/github-actions-m2/magento-coding-standard@master
27 changes: 15 additions & 12 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,27 @@ jobs:
ES_JAVA_OPTS: "-Xms64m -Xmx512m"
options: --health-cmd="curl localhost:9200/_cluster/health?wait_for_status=yellow&timeout=60s" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v2
- name: M2 Integration Tests with Magento 2 Version 2.4.3 (PHP 7.4)
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
- uses: actions/checkout@v4
- name: M2 Integration Tests with Magento 2 Version 2.4.5-p8 (PHP 8.1)
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
with:
module_name: FireGento_MageSetup
composer_name: firegento/magesetup2
ce_version: '2.4.3'
- uses: actions/checkout@v2
- name: M2 Integration Tests with Magento 2 Version 2.4.4 (PHP 8.1)
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
magento_version: '2.4.5-p8'
composer_version: '2'
- uses: actions/checkout@v4
- name: M2 Integration Tests with Magento 2 Version 2.4.6-p6 (PHP 8.2)
uses: extdn/github-actions-m2/magento-integration-tests/8.2@master
with:
module_name: FireGento_MageSetup
composer_name: firegento/magesetup2
ce_version: '2.4.4'
- uses: actions/checkout@v2
- name: M2 Integration Tests with Magento 2 Version 2.4.5 (PHP 8.1)
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
magento_version: '2.4.6-p6'
composer_version: '2'
- uses: actions/checkout@v4
- name: M2 Integration Tests with Magento 2 Version 2.4.7-p1 (PHP 8.3)
uses: extdn/github-actions-m2/magento-integration-tests/8.3@master
with:
module_name: FireGento_MageSetup
composer_name: firegento/magesetup2
ce_version: '2.4.5'
magento_version: '2.4.7-p1'
composer_version: '2'

0 comments on commit 76989a6

Please sign in to comment.