Skip to content

Commit 0c5ccfc

Browse files
committed
Moar fixes to drop old php
1 parent cf9d3bf commit 0c5ccfc

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
php-version:
16-
- "5.3"
17-
- "8.0"
16+
- "7.2"
17+
- "8.3"
1818

1919
steps:
2020
- name: "Checkout"

.github/workflows/phpstan.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
- name: "Install latest dependencies"
4545
run: "composer update ${{ env.COMPOSER_FLAGS }}"
4646

47-
- name: Run PHPStan
48-
run: |
49-
vendor/bin/phpstan analyse
47+
- name: "Initialize PHPUnit sources"
48+
run: "vendor/bin/simple-phpunit --filter NO_TEST_JUST_AUTOLOAD_THANKS"
49+
50+
- name: "Run PHPStan"
51+
run: "composer phpstan"

0 commit comments

Comments
 (0)