Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8e33983

Browse files
committedOct 17, 2024·
chore: don't tests against lower
1 parent 8337e9d commit 8e33983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/formats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest]
1313
php: [8.2]
14-
dependency-version: [prefer-lowest, prefer-stable]
14+
dependency-version: [prefer-stable]
1515

1616
name: Formats P${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
1717

0 commit comments

Comments
 (0)
Please sign in to comment.