Skip to content

Commit db2dc94

Browse files
committed
Install older Psalm on 8.1
1 parent ce0c62d commit db2dc94

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
strategy:
1010
matrix:
1111
include:
12+
- operating-system: 'ubuntu-latest'
13+
php-version: '8.1'
14+
1215
- operating-system: 'ubuntu-latest'
1316
php-version: '8.2'
1417

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require-dev": {
1818
"amphp/php-cs-fixer-config": "^2",
1919
"phpunit/phpunit": "^9",
20-
"psalm/phar": "6.15.1"
20+
"psalm/phar": "5.23.1 | 6.15.1"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)