Skip to content

Commit 7ae7926

Browse files
committed
Add PHP 8.5 to test matrix, bump PHPStan
1 parent 50a7628 commit 7ae7926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1111
strategy:
1212
matrix:
13-
php: ["8.1", "8.2", "8.3", "8.4"]
13+
php: ["8.1", "8.2", "8.3", "8.4", "8.5"]
1414
name: PHP ${{ matrix.php }}
1515
runs-on: ubuntu-22.04
1616
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"pocketmine/binaryutils": "^0.2.0"
1313
},
1414
"require-dev": {
15-
"phpstan/phpstan": "2.1.0",
15+
"phpstan/phpstan": "2.1.33",
1616
"phpstan/phpstan-strict-rules": "^2.0"
1717
},
1818
"autoload": {

0 commit comments

Comments
 (0)