Skip to content

Commit 7839bf3

Browse files
committed
Exclude stability from tests
1 parent 0d82d95 commit 7839bf3

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ jobs:
1111
fail-fast: true
1212
matrix:
1313
php: ['7.4', '8.0']
14-
stability: [prefer-lowest, prefer-stable]
15-
include:
16-
- php: '8.1'
17-
flags: "--ignore-platform-req=php"
18-
stability: prefer-stable
19-
name: Pest - PHP ${{ matrix.php }} - ${{ matrix.stability }}
14+
name: Pest - PHP ${{ matrix.php }}
2015
steps:
2116
- uses: actions/checkout@v2
2217
- uses: shivammathur/setup-php@v2
@@ -26,7 +21,7 @@ jobs:
2621
coverage: pcov
2722
- uses: ramsey/composer-install@v1
2823
with:
29-
composer-options: "--${{ matrix.stability }} --prefer-dist --optimize-autoloader --ignore-platform-reqs"
24+
composer-options: "--prefer-dist --optimize-autoloader --ignore-platform-reqs"
3025
- name: Run PestPHP
3126
run: vendor/bin/pest --coverage --coverage-clover test-results/pest.xml
3227
env:
@@ -38,7 +33,7 @@ jobs:
3833
uses: codecov/codecov-action@v2
3934
with:
4035
token: ${{ secrets.CODECOV_TOKEN }}
41-
flags: pest-${{ matrix.php }}-${{ matrix.stability }}
36+
flags: pest-${{ matrix.php }}
4237
file: test-results/pest.xml
4338

4439
larastan:

0 commit comments

Comments
 (0)