Skip to content

Commit

Permalink
Update composer.json and run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jul 22, 2024
1 parent df9b024 commit a3d8682
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: run-tests

on:
- push
- pull_request
push:
pull_request:

jobs:
test:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" "orchestra/testbench:${{ matrix.testbench }}" "nunomaduro/collision:^7.0" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Execute tests
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.59",
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
"pestphp/pest": "^1.23",
"nunomaduro/collision": "^5.0|^6.0|^7.0"
"pestphp/pest": "^1.23"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a3d8682

Please sign in to comment.