Skip to content

Commit

Permalink
Update workflow also
Browse files Browse the repository at this point in the history
  • Loading branch information
mwikberg-virta authored Dec 4, 2023
1 parent 1d8ffa9 commit 2e80560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.1', '8.2', '8.3']

name: PHP ${{ matrix.php }} tests
steps:
Expand All @@ -33,4 +33,4 @@ jobs:
- name: Static analysis for tests
run: ./vendor/bin/phpstan analyse -l 5 test
- name: Code Style
run: ./vendor/bin/php-cs-fixer fix --dry-run --verbose --config .php-cs-fixer.dist.php ./src ./test
run: ./vendor/bin/php-cs-fixer fix --dry-run --verbose --config .php-cs-fixer.dist.php ./src ./test

0 comments on commit 2e80560

Please sign in to comment.