Skip to content

Commit bfdcf8f

Browse files
committed
ci: Run psalm against lowest php version
Signed-off-by: Julius Knorr <[email protected]>
1 parent 960d1e2 commit bfdcf8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/psalm-matrix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
- name: Checkout
4040
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4141

42-
- name: Set up php${{ matrix.php-versions }}
42+
- name: Set up php${{ matrix.php-min }}
4343
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
4444
with:
45-
php-version: ${{ matrix.php-versions }}
45+
php-version: ${{ matrix.php-min }}
4646
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
4747
coverage: none
4848
ini-file: development

0 commit comments

Comments
 (0)