We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780c826 commit 7ed71c2Copy full SHA for 7ed71c2
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
postgresql password: $DB_PW
39
40
- name: Install PostgreSQL 16
41
- if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4'
+ if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '6-max'
42
uses: CasperWA/[email protected]
43
with:
44
postgresql version: 16
@@ -47,7 +47,7 @@ jobs:
47
48
49
- name: Install PostgreSQL min
50
+ if: matrix.db-type == 'pgsql' && matrix.php-version == '7.4' && matrix.symfony-version == '6-min'
51
52
53
postgresql version: 9
0 commit comments