Skip to content

Commit a84eee5

Browse files
Update .github/workflows/ci.yml
Co-authored-by: Elan Ruusamäe <glen@pld-linux.org>
1 parent 9bc5b00 commit a84eee5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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)