Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
robsontenorio committed Dec 3, 2024
1 parent 99f868f commit 08f4b10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 73 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
- laravel: 9.*
testbench: 7.*
collision: 6.*
pest: 1.*
- laravel: 10.*
testbench: 8.*
collision: 6.*
pest: 2.*
- laravel: 11.*
testbench: 9.*
collision: 8.*
pest: 3.*

steps:
- name: Checkout code
Expand All @@ -40,7 +43,7 @@ jobs:

- name: Install dependencies
run: |
composer require "orchestra/testbench:${{ matrix.testbench }}" "nunomaduro/collision:${{ matrix.collision }}" --dev --no-interaction --no-update --ansi
composer require "pestphp/pest:${{ matrix.pest }}" "pestphp/pest:${{ matrix.pest }}" "nunomaduro/collision:${{ matrix.collision }}" --dev --no-interaction --no-update --ansi
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --ansi
- name: Execute tests
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
}
},
"scripts": {
"test": "pest --compact",
"test:coverage": "php -d pcov.enabled=1 ./vendor/bin/pest --coverage --compact",
"test": "pest",
"test:coverage": "php -d pcov.enabled=1 ./vendor/bin/pest --coverage",
"post-autoload-dump": [
"@php ./vendor/bin/testbench package:discover --ansi"
]
Expand Down
70 changes: 0 additions & 70 deletions phpcs.xml

This file was deleted.

0 comments on commit 08f4b10

Please sign in to comment.