Skip to content

Commit 082762c

Browse files
committed
Expand test matrix
1 parent 38d2350 commit 082762c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: ['7.4', '8.0', '8.1']
13-
symfony: ['4.4.*', '5.4.*', '6.0.*']
12+
php: ['7.4', '8.0', '8.1', '8.2']
13+
symfony: ['4.4.*', '5.4.*', '6.0.*', '6.1.*', '6.2.*']
1414
composer-flags: ['--prefer-stable']
1515
can-fail: [false]
1616
has-amqp: [false]
@@ -25,6 +25,14 @@ jobs:
2525
exclude:
2626
- php: '7.4'
2727
symfony: '6.0.*'
28+
- php: '7.4'
29+
symfony: '6.1.*'
30+
- php: '7.4'
31+
symfony: '6.2.*'
32+
- php: '8.0'
33+
symfony: '6.1.*'
34+
- php: '8.0'
35+
symfony: '6.2.*'
2836

2937
name: "PHP ${{ matrix.php }}${{ matrix.has-amqp == true && ' (with AMQP)' || '' }} - Symfony ${{ matrix.symfony }}${{ matrix.composer-flags != '' && format(' - Composer {0}', matrix.composer-flags) || '' }}"
3038

0 commit comments

Comments
 (0)