Skip to content

Commit 5345180

Browse files
committed
update repo workflows for PHPStan and Rector
1 parent b9703fb commit 5345180

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpstan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
php-versions: ['7.4', '8.0', '8.1']
29+
php-versions: ['8.1', '8.2', '8.3', '8.4']
3030

3131
steps:
3232
- name: Checkout

.github/workflows/rector.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
php-versions: ['7.4', '8.0', '8.1']
29+
php-versions: ['8.1', '8.2', '8.3', '8.4']
3030

3131
steps:
3232
- name: Checkout

0 commit comments

Comments
 (0)