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 9e50643 commit 18d9b3bCopy full SHA for 18d9b3b
1 file changed
.github/workflows/tests.yml
@@ -127,6 +127,8 @@ jobs:
127
db: "mysql:5.7"
128
- php: '8.3'
129
130
+ - php: '8.4'
131
+ db: "mysql:5.7"
132
133
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
134
@@ -270,6 +272,8 @@ jobs:
270
272
db: "postgres:14"
271
273
274
275
276
+ db: "postgres:14"
277
278
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
279
0 commit comments