Skip to content

Commit

Permalink
change: drop lowest versions support
Browse files Browse the repository at this point in the history
  • Loading branch information
ulcuber committed Jan 18, 2024
1 parent 3ad9a01 commit 5aa9179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
matrix:
php: [8.0, 8.1]
dependency-version: [prefer-lowest, prefer-stable]
dependency-version: [prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}

Expand Down

0 comments on commit 5aa9179

Please sign in to comment.