Skip to content

Commit 93c5cfc

Browse files
committed
PHP 8.5 support
1 parent b2e5804 commit 93c5cfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
fail-fast: false
7676
matrix:
77-
php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
77+
php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
7878

7979
name: Test / PHP ${{ matrix.php }}
8080

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=7.3 <8.5",
21+
"php": ">=7.3 <8.6",
2222
"composer-plugin-api": "^2.1",
2323
"roundcube/roundcubemail": "*"
2424
},

0 commit comments

Comments
 (0)