Skip to content

Commit a84eee5

Browse files
Update .github/workflows/ci.yml
Co-authored-by: Elan Ruusamäe <[email protected]>
1 parent 9bc5b00 commit a84eee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
memory_limit: 256M
100100

101101
- name: Install Psalm
102-
if: contains(['7.4', '8.0], ${{ matrix.php-version }})
102+
if: contains(['7.4', '8.0'], ${{ matrix.php-version }})
103103
run: composer require --dev vimeo/psalm:^4
104104

105105
- name: Static Analysis

0 commit comments

Comments
 (0)