Skip to content

Commit 5dc64fd

Browse files
authored
Check types only in stable versions of PHP (#39617)
1 parent 23cdfcf commit 5dc64fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/types.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php: ['8.0']
17-
include:
18-
- php: '8.1'
19-
flags: "--ignore-platform-req=php"
2017

2118
name: PHP ${{ matrix.php }}
2219

@@ -39,5 +36,4 @@ jobs:
3936
command: composer update --prefer-stable --prefer-dist --no-interaction --no-progress ${{ matrix.flags }}
4037

4138
- name: Execute type checking
42-
continue-on-error: ${{ matrix.php > 8 }}
4339
run: vendor/bin/phpstan

0 commit comments

Comments
 (0)