Skip to content

Commit

Permalink
Update test-phpstan.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 715eaab commit f6e3d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- name: Checkout
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
fi
- name: Run static analysis
run: vendor/bin/phpstan analyze
run: vendor/bin/phpstan analyze

0 comments on commit f6e3d10

Please sign in to comment.