Skip to content

Commit f7d82a4

Browse files
committed
Update
1 parent d8b0873 commit f7d82a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ jobs:
403403
php $GITHUB_WORKSPACE/.github/jit_check.php vendor/bin/paratest --verbose --configuration=tests/phpunit.xml --runner=WrapperRunner || exit $?
404404
405405
- name: Test Psalm
406-
if: matrix.branch.ref != 'PHP-8.0'
407406
run: |
408407
git clone https://github.com/vimeo/psalm --depth 1
409408
cd psalm
@@ -415,7 +414,7 @@ jobs:
415414
php $GITHUB_WORKSPACE/.github/jit_check.php ./psalm --no-cache || exit $?
416415
417416
- name: Test PHPStan
418-
if: matrix.branch.ref != 'PHP-8.0'
417+
if: matrix.branch.ref != 'PHP-8.2'
419418
run: |
420419
git clone https://github.com/phpstan/phpstan-src --depth 1
421420
cd phpstan-src

0 commit comments

Comments
 (0)