Skip to content

Commit d74ed5a

Browse files
committed
Add PHP 8.5 to test matrix, bump PHPStan
1 parent 9cd09f2 commit d74ed5a

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
@@ -8,7 +8,7 @@ jobs:
88
if: "!contains(github.event.head_commit.message, '[ci skip]')"
99
strategy:
1010
matrix:
11-
php: ['8.1', '8.2', '8.3', '8.4']
11+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1212
name: PHP ${{ matrix.php }}
1313
steps:
1414
- uses: actions/checkout@v4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"php-64bit": "*"
99
},
1010
"require-dev": {
11-
"phpstan/phpstan": "2.1.0",
11+
"phpstan/phpstan": "2.1.33",
1212
"phpstan/extension-installer": "^1.0",
1313
"phpstan/phpstan-strict-rules": "^2.0",
1414
"phpunit/phpunit": "^10.0 || ^11.0"

0 commit comments

Comments
 (0)