Skip to content

Commit 417869f

Browse files
committed
Update tests and composer
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent cce5495 commit 417869f

2 files changed

Lines changed: 6 additions & 1 deletion

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

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
"version-check": {
6464
"host": "www.phpbb.com",
6565
"directory": "/customise/db/extension/pages",
66-
"filename": "version_check"
66+
"filename": "version_check",
67+
"ssl": true
6768
}
6869
}
6970
}

0 commit comments

Comments
 (0)