Skip to content

Commit

Permalink
build: Added auto stability to catch 11.x dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri committed Mar 11, 2024
1 parent 1fa2565 commit b8d098a
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 @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
php: [8.1, 8.2, 8.3]
stability: ["--prefer-lowest", "--prefer-stable"]
stability: ["--prefer-lowest", "--prefer-stable", ""]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b8d098a

Please sign in to comment.