Skip to content

Commit 6c7c8b1

Browse files
authored
Merge pull request #180 from iMattPro/updates
Update tests
2 parents 7f4ec1c + 417869f commit 6c7c8b1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
db: "mysql:5.7"
126126
- php: '8.2'
127127
db: "mysql:5.7"
128+
- php: '8.3'
129+
db: "mysql:5.7"
128130

129131
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
130132

@@ -266,6 +268,8 @@ jobs:
266268
db: "postgres:14"
267269
- php: '8.2'
268270
db: "postgres:14"
271+
- php: '8.3'
272+
db: "postgres:14"
269273

270274
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
271275

0 commit comments

Comments
 (0)