Skip to content

Commit 804efa6

Browse files
committed
Test with PHP 8.5
1 parent 100e496 commit 804efa6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
package-version: [lowest, latest]
14-
php-version: [8.1, 8.2, 8.3, 8.4]
14+
php-version: [8.2, 8.3, 8.4, 8.5]
1515
name: PHP ${{ matrix.php-version }} with ${{ matrix.package-version }} packages
1616
steps:
1717
- name: Install Just

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "GPL-3.0-or-later",
55
"type": "flarum-extension",
66
"require": {
7-
"PHP": "^8.1",
7+
"PHP": "^8.2",
88
"flarum/core": "^1.0.0"
99
},
1010
"autoload": {
@@ -24,8 +24,8 @@
2424
}
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^10.5",
28-
"squizlabs/php_codesniffer": "^3.6",
27+
"phpunit/phpunit": "^11.5",
28+
"squizlabs/php_codesniffer": "^4.0",
2929
"phpstan/extension-installer": "^1.4",
3030
"phpstan/phpstan": "^2.0",
3131
"phpstan/phpstan-deprecation-rules": "^2.0",

0 commit comments

Comments
 (0)