Skip to content

Commit bd50554

Browse files
authored
Update php.yml
1 parent 22b2b18 commit bd50554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.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: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
14-
dependency-version: [prefer-lowest, prefer-stable]
14+
dependency-version: [prefer-stable]
1515

1616
name: PHP ${{ matrix.php }} - OS ${{ matrix.os }} - ${{ matrix.dependency-version }}
1717
steps:

0 commit comments

Comments
 (0)