We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44b94d commit 0ab46f2Copy full SHA for 0ab46f2
1 file changed
.github/workflows/tests.yml
@@ -125,6 +125,8 @@ jobs:
125
db: "mysql:5.7"
126
- php: '8.2'
127
128
+ - php: '8.3'
129
+ db: "mysql:5.7"
130
131
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
132
@@ -266,6 +268,8 @@ jobs:
266
268
db: "postgres:14"
267
269
270
271
272
+ db: "postgres:14"
273
274
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
275
0 commit comments