Skip to content

Commit 8b85448

Browse files
committed
Don't run CI builds against PHPStan 0.12.x
1 parent 6aa2259 commit 8b85448

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,8 @@ jobs:
1111
strategy:
1212
matrix:
1313
operating-system: ['ubuntu-latest']
14-
php-versions: ['7.3', '7.4']
15-
composer-prefer-lowest: [false]
16-
coveralls: [false]
17-
include:
18-
- operating-system: 'ubuntu-latest'
19-
php-versions: '7.4'
20-
composer-prefer-lowest: true
21-
coveralls: false
22-
- operating-system: 'ubuntu-latest'
23-
php-versions: '7.4'
24-
composer-prefer-lowest: false
25-
coveralls: true
14+
php-versions: ['7.4', '7.4']
15+
coveralls: [false, true]
2616
steps:
2717
- name: Checkout repo
2818
uses: actions/checkout@v2
@@ -38,12 +28,6 @@ jobs:
3828
- name: Install Composer dependencies
3929
run: composer install
4030

41-
- name: Install lowest PHPStan version
42-
if: matrix.composer-prefer-lowest == true
43-
run: |
44-
composer remove --no-update phpstan/phpstan phpstan/phpstan-phpunit phpstan/phpstan-strict-rules
45-
composer require --prefer-lowest phpstan/phpstan:0.12.23 phpstan/phpstan-phpunit:0.12.11 phpstan/phpstan-strict-rules:0.12.3
46-
4731
- name: Composer license check
4832
run: composer check-license
4933

0 commit comments

Comments
 (0)