Skip to content

Commit 73de614

Browse files
committed
Merge branch 'hotfix/update_gh_actions'
2 parents 5ae1217 + 7b2492e commit 73de614

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php-versions: ['8.0', '8.1', '8.2', '8.3']
21+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
2222

2323
steps:
2424
- uses: actions/checkout@v2
@@ -66,4 +66,4 @@ jobs:
6666
run: composer install --prefer-dist --no-progress
6767

6868
- name: Run PHPStan
69-
run: vendor/bin/phpstan analyse --memory-limit=-1
69+
run: vendor/bin/phpstan analyse --memory-limit=-1

0 commit comments

Comments
 (0)