Skip to content

Commit

Permalink
Update Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianTuriacArnia committed Sep 14, 2023
1 parent 20a5ffa commit 5003277
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: extdn/github-actions-m2/magento-coding-standard/8.1@master
with:
phpcs_severity: 10
Expand All @@ -18,15 +18,23 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: extdn/github-actions-m2/magento-mess-detector@master

phpstan:
name: M2 PHPStan
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: extdn/github-actions-m2/magento-phpstan/8.1@master
with:
composer_name: buckaroo/magento2
phpstan_level: 1

phpcopypaste:
name: M2 Copy Paste Detector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: extdn/github-actions-m2/magento-copy-paste-detector@master
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- 3306:3306
options: --tmpfs /tmp:rw --tmpfs /var/lib/mysql:rw --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
es:
image: docker.io/wardenenv/elasticsearch:7.16
image: docker.io/wardenenv/elasticsearch:7.8
ports:
- 9200:9200
env:
Expand All @@ -27,10 +27,10 @@ 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
- uses: actions/checkout@v3
- name: M2 Integration Tests with Magento 2 (Php 8.1)
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
with:
module_name: Buckaroo_Magento2
composer_name: buckaroo/magento2
ce_version: '2.4.4'
ce_version: '2.4.6'
2 changes: 1 addition & 1 deletion Block/Adminhtml/Config/Support/SupportTab.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ class SupportTab extends Template implements RendererInterface
* Override the parent constructor to require our own dependencies.
*
* @param Context $context
* @param ModuleResource $moduleContext
* @param SoftwareData $softwareData
* @param Curl $curl
* @param array $data
*/
public function __construct(
Expand Down

0 comments on commit 5003277

Please sign in to comment.