Skip to content

Commit 606d7f7

Browse files
committed
[CI] Reduce number of PHPStan jobs
1 parent 5cb3f1c commit 606d7f7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/code-quality.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,18 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
php-version: [ '8.1', '8.2', '8.3', '8.4']
49+
php-version: ['8.1']
5050
dependency-version: ['']
5151
symfony-version: ['']
5252
minimum-stability: ['stable']
5353
include:
54+
# dev packages (probably not needed to have multiple such jobs)
55+
- minimum-stability: 'dev'
56+
php-version: 8.4
5457
# lowest deps
55-
- php-version: '8.1'
56-
dependency-version: 'lowest'
58+
- dependency-version: 'lowest'
5759
# LTS version of Symfony
58-
- php-version: '8.1'
59-
symfony-version: '6.4.*'
60+
- symfony-version: '6.4.*'
6061
steps:
6162
- name: Checkout
6263
uses: actions/checkout@v4
@@ -78,7 +79,7 @@ jobs:
7879
- name: Setup PHP
7980
uses: shivammathur/setup-php@v2
8081
with:
81-
php-version: ${{ matrix.php-version }}
82+
php-version: 8.1
8283
tools: flex
8384

8485
- name: Install root dependencies

0 commit comments

Comments
 (0)