Skip to content

Commit

Permalink
Moar fixes to drop old php
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 15, 2024
1 parent cf9d3bf commit 0c5ccfc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
php-version:
- "5.3"
- "8.0"
- "7.2"
- "8.3"

steps:
- name: "Checkout"
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: "Install latest dependencies"
run: "composer update ${{ env.COMPOSER_FLAGS }}"

- name: Run PHPStan
run: |
vendor/bin/phpstan analyse
- name: "Initialize PHPUnit sources"
run: "vendor/bin/simple-phpunit --filter NO_TEST_JUST_AUTOLOAD_THANKS"

- name: "Run PHPStan"
run: "composer phpstan"

0 comments on commit 0c5ccfc

Please sign in to comment.