Skip to content

Commit 7b8a6a0

Browse files
committed
Add PHP 8.5 to test matrix, bump PHPStan
1 parent 114c80c commit 7b8a6a0

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

1515
name: PHP ${{ matrix.php }}
1616
runs-on: ubuntu-22.04

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ext-pmmpthread": "^6.0"
88
},
99
"require-dev": {
10-
"phpstan/phpstan": "2.1.22",
10+
"phpstan/phpstan": "2.1.33",
1111
"phpstan/extension-installer": "^1.0",
1212
"phpstan/phpstan-strict-rules": "^2.0"
1313
},

0 commit comments

Comments
 (0)