Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
clemblanco committed Feb 15, 2025
1 parent d4dd4ca commit 9e1bdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
node: ["20.x", "22.x"]
os: [ubuntu-latest] # (macos-latest, windows-latest) 3.x-dev is under development
php: ["8.2", "8.3"]
dependency-version: [prefer-lowest, prefer-stable]
dependency-version: [prefer-stable]
parallel: ["", "--parallel"]

name: PHP ${{ matrix.php }} - Node ${{ matrix.node }} - ${{ matrix.os }} - ${{ matrix.dependency-version }} - ${{ matrix.parallel }}
Expand Down

0 comments on commit 9e1bdc1

Please sign in to comment.