Skip to content

Commit

Permalink
📌 Prefer stable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Feb 7, 2024
1 parent 7d91409 commit c1a4f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
dependencies: [lower, stable]
dependencies: [stable]
experimental: [false]
name: 👷 CI PHP-${{ matrix.php }} ${{ matrix.dependencies }} on ${{ matrix.os }}

Expand Down

0 comments on commit c1a4f21

Please sign in to comment.