Skip to content

Commit 6106aee

Browse files
mleczakmchalasr
authored andcommitted
Update test matrix schedule
1 parent 63e3ee5 commit 6106aee

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

.github/workflows/unit-tests.yml

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,11 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
include:
18-
# Lowest Deps
19-
- php: 8.1
20-
symfony: 5.4.*
21-
composer-flags: '--prefer-lowest --prefer-stable'
22-
can-fail: false
23-
# Stable deps
24-
- php: 8.2
25-
symfony: 6.3.*
26-
composer-flags: '--prefer-stable'
27-
can-fail: false
28-
- php: 8.2
29-
symfony: 6.4.*
30-
composer-flags: '--prefer-stable'
31-
can-fail: false
32-
- php: 8.2
33-
symfony: 7.0.*
34-
composer-flags: '--prefer-stable'
35-
can-fail: false
17+
#Stable supported versions
18+
php: ['8.1', '8.2', '8.3']
19+
symfony: ['5.4.*', '6.4.*', '7.0.*']
20+
composer-flags: ['--prefer-stable']
21+
can-fail: [false]
3622

3723
name: "PHP ${{ matrix.php }} - Symfony ${{ matrix.symfony }}${{ matrix.composer-flags != '' && format(' - Composer {0}', matrix.composer-flags) || '' }}"
3824

0 commit comments

Comments
 (0)