Skip to content

Commit 09c3b0c

Browse files
authored
Merge pull request #105 from iMattPro/updates
Maintenance
2 parents 9e50643 + acad9e1 commit 09c3b0c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127
db: "mysql:5.7"
128128
- php: '8.3'
129129
db: "mysql:5.7"
130+
- php: '8.4'
131+
db: "mysql:5.7"
130132

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

@@ -270,6 +272,8 @@ jobs:
270272
db: "postgres:14"
271273
- php: '8.3'
272274
db: "postgres:14"
275+
- php: '8.4'
276+
db: "postgres:14"
273277

274278
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
275279

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"extra": {
4040
"display-name": "phpBB Media Embed PlugIn",
4141
"soft-require": {
42-
"phpbb/phpbb": ">=3.3.2"
42+
"phpbb/phpbb": ">=3.3.2,<4.0.0@dev"
4343
},
4444
"version-check": {
4545
"host": "www.phpbb.com",

0 commit comments

Comments
 (0)