Skip to content

Commit

Permalink
Update test-coding-standard.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com>
  • Loading branch information
ddevsr authored Feb 14, 2024
1 parent f6e3d10 commit 3a74aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0', '8.1']
php-versions: ['7.4', '8.3']

steps:
- name: Checkout
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
fi
- name: Run checking coding standard
run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --using-cache=no --diff
run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --using-cache=no --diff

0 comments on commit 3a74aa4

Please sign in to comment.