Skip to content

Commit

Permalink
Tweak dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
A5hleyRich committed Apr 6, 2024
1 parent 7fdc572 commit 034133b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
coverage: none

- name: Install dependencies
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction

- name: Execute tests
run: vendor/bin/pest
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php": "^8.1",
"illuminate/collections": "^11.2"
"illuminate/collections": "^10.4|^11.2"
},
"require-dev": {
"pestphp/pest": "^2.34",
Expand Down

0 comments on commit 034133b

Please sign in to comment.