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.
2 parents 9e50643 + acad9e1 commit 09c3b0cCopy full SHA for 09c3b0c
2 files 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
composer.json
@@ -39,7 +39,7 @@
39
"extra": {
40
"display-name": "phpBB Media Embed PlugIn",
41
"soft-require": {
42
- "phpbb/phpbb": ">=3.3.2"
+ "phpbb/phpbb": ">=3.3.2,<4.0.0@dev"
43
},
44
"version-check": {
45
"host": "www.phpbb.com",
0 commit comments