Skip to content

Commit 7ed71c2

Browse files
authored
Separate v16 from the v9 runs.
1 parent 780c826 commit 7ed71c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
postgresql password: $DB_PW
3939

4040
- name: Install PostgreSQL 16
41-
if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4'
41+
if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '6-max'
4242
uses: CasperWA/[email protected]
4343
with:
4444
postgresql version: 16
@@ -47,7 +47,7 @@ jobs:
4747
postgresql password: $DB_PW
4848

4949
- name: Install PostgreSQL min
50-
if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4'
50+
if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '6-min'
5151
uses: CasperWA/[email protected]
5252
with:
5353
postgresql version: 9

0 commit comments

Comments
 (0)