We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0c62d commit db2dc94Copy full SHA for db2dc94
.github/workflows/ci.yml
@@ -9,6 +9,9 @@ jobs:
9
strategy:
10
matrix:
11
include:
12
+ - operating-system: 'ubuntu-latest'
13
+ php-version: '8.1'
14
+
15
- operating-system: 'ubuntu-latest'
16
php-version: '8.2'
17
composer.json
@@ -17,7 +17,7 @@
"require-dev": {
18
"amphp/php-cs-fixer-config": "^2",
19
"phpunit/phpunit": "^9",
20
- "psalm/phar": "6.15.1"
+ "psalm/phar": "5.23.1 | 6.15.1"
21
},
22
"autoload": {
23
"psr-4": {
0 commit comments