Skip to content

Commit

Permalink
feature: no lowest test, because of php8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
krissss committed Jan 16, 2025
1 parent c1e781b commit 737c55a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
stability: [prefer-lowest, prefer-stable]
stability: [
#prefer-lowest,
prefer-stable
]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit 737c55a

Please sign in to comment.