Skip to content

Commit

Permalink
ci: git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamgreyson committed Jan 10, 2024
1 parent b80a6fe commit 10d6b3a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1]
php: [8.3, 8.2, 8.1]
laravel: [9.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
run: vendor/bin/pest
run: vendor/bin/pest --ci
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ coverage
docs
phpunit.xml
phpstan.neon
testbench.yaml
vendor
node_modules
.DS_Store
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0",
"nunomaduro/larastan": "^2.0.1",
"larastan/larastan": "^2.0.1",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
Expand Down
5 changes: 5 additions & 0 deletions testbench.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
providers:
- Abe\ChineseRegionsForLaravel\ChineseRegionsServiceProvider

migrations:
- database/migrations

0 comments on commit 10d6b3a

Please sign in to comment.