Skip to content

Commit 0b43647

Browse files
Update ci.yml
1 parent 59c1ae4 commit 0b43647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: 8.3
21+
php-version: 8.4
2222
extensions: mbstring, xml, pdo, curl
2323
tools: phpstan, phpunit
2424

2525
- name: Install Dependencies
2626
run: composer install --no-progress --prefer-dist
2727

2828
- name: Run PHPStan
29-
run: phpstan analyse --no-progress --memory-limit=512M
29+
run: phpstan analyse src --no-progress
3030

3131
- name: Run PHPUnit
3232
run: vendor/bin/phpunit --testdox

0 commit comments

Comments
 (0)