Skip to content

Commit

Permalink
Really? The env variable has been renamed??????
Browse files Browse the repository at this point in the history
  • Loading branch information
zoispag committed Jun 25, 2024
1 parent 5124ae8 commit ce4c184
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- 10.*
- 11.*
prefer:
# - 'prefer-lowest'
- 'prefer-lowest'
- 'prefer-stable'
include:
- laravel: 10.*
Expand Down Expand Up @@ -56,10 +56,8 @@ jobs:
- name: Run tests
run: |
ls -al
# chmod -R 777 storage bootstrap/cache
CACHE_DRIVER=array vendor/bin/phpunit --coverage-text --coverage-clover=coverage_array.xml
CACHE_DRIVER=file vendor/bin/phpunit --coverage-text --coverage-clover=coverage_file.xml
CACHE_STORE=array CACHE_DRIVER=array vendor/bin/phpunit --coverage-text --coverage-clover=coverage_array.xml
CACHE_STORE=file CACHE_DRIVER=file vendor/bin/phpunit --coverage-text --coverage-clover=coverage_file.xml
- uses: codecov/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.idea
/vendor
composer.phar
composer.lock
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
],
"require": {
"illuminate/database": "^11.0",
"illuminate/support": "^11.0"
"illuminate/database": "^10.5|^11.0",
"illuminate/support": "^10.5|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ce4c184

Please sign in to comment.