Skip to content

Commit

Permalink
ci: phpcs 8.3 to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
THOMASPH2M committed Nov 9, 2024
1 parent 40903fa commit 4512308
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ jobs:
static:
name: M2 Coding Standard
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-version:
- "8.2"
steps:
- uses: actions/checkout@v2
- uses: extdn/github-actions-m2/magento-coding-standard@master
- uses: extdn/github-actions-m2/magento-coding-standard@latest

0 comments on commit 4512308

Please sign in to comment.