We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077c236 commit 4fee504Copy full SHA for 4fee504
2 files changed
.github/workflows/ci.yml
@@ -135,6 +135,7 @@ jobs:
135
- "8.2"
136
- "8.3"
137
- "8.4"
138
+ - "8.5"
139
include:
140
- php-version: "8.1"
141
dependencies: "lowest"
composer.json
@@ -14,7 +14,7 @@
14
"phpbench/phpbench": "^1.2",
15
"phpunit/phpunit": "^10.5.45",
16
"psalm/plugin-phpunit": "^0.19.2",
17
- "vimeo/psalm": "6.13.1"
+ "vimeo/psalm": "6.14.2"
18
},
19
"suggest": {
20
"ext-ffi": "To allow use LibEncoder"
0 commit comments