We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce5495 commit 417869fCopy full SHA for 417869f
2 files 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
composer.json
@@ -63,7 +63,8 @@
63
"version-check": {
64
"host": "www.phpbb.com",
65
"directory": "/customise/db/extension/pages",
66
- "filename": "version_check"
+ "filename": "version_check",
67
+ "ssl": true
68
}
69
70
0 commit comments