Skip to content

Commit

Permalink
[TASK] Enable tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
s2b committed Jul 21, 2024
1 parent aff49c4 commit d5cbca1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.2', '8.3']
php: ['8.2', '8.3', '8.4']

steps:
- uses: actions/checkout@v4
Expand All @@ -34,10 +34,11 @@ jobs:
run: composer update

- name: CGL check
if: ${{ matrix.php <= '8.3' }}
run: vendor/bin/php-cs-fixer fix --dry-run --diff -v

- name: Phpstan
run: vendor/bin/phpstan analyze --no-progress

# - name: Phpunit
# run: vendor/bin/phpunit
- name: Phpunit
run: vendor/bin/phpunit

0 comments on commit d5cbca1

Please sign in to comment.