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 6ccad98 commit 35791e8Copy full SHA for 35791e8
.github/workflows/psalm.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: true
10
matrix:
11
- php: [8.3, 8.2]
+ php: [8.3, 8.4]
12
stability: [prefer-lowest, prefer-stable]
13
14
name: P${{ matrix.php }} - ${{ matrix.stability }}
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
15
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
0 commit comments