Skip to content

Commit 7d8a0df

Browse files
committed
chore(ci): reduce the matrix options in integration-test
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 014b057 commit 7d8a0df

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,20 @@ jobs:
3232
php-versions: [ '8.1', '8.2' ]
3333
databases: [ 'pgsql' ]
3434
server-versions: [ 'stable32', 'master' ]
35-
encryption: ['on', 'off']
35+
encryption: ['off']
3636
exclude:
3737
- server-versions: master
3838
databases: pgsql
3939
php-versions: 8.1
40+
include:
41+
- server-versions: master
42+
databases: pgsql
43+
php-versions: 8.2
44+
encryption: 'on'
45+
- server-versions: stable32
46+
databases: pgsql
47+
php-versions: 8.1
48+
encryption: 'on'
4049

4150
name: Integration test ☁️${{ matrix.server-versions }} 🐘${{ matrix.php-versions }} 🔐:${{ matrix.encryption }}
4251

0 commit comments

Comments
 (0)