Skip to content

Commit

Permalink
php-laravel versions matrix IV
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiedirkx committed Mar 20, 2024
1 parent 5791f96 commit ee29f5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
composer-${{ runner.os }}-
- name: Install composer dependencies
run: composer require illuminate/database:^${{ matrix.laravel }}.0 illuminate/validation:^${{ matrix.laravel }}.0 --no-progress --no-interaction ${{ matrix.laravel }}
run: composer require --no-progress --no-interaction illuminate/database:^${{ matrix.laravel }}.0 illuminate/validation:^${{ matrix.laravel }}.0

- name: Run unit tests
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"require": {
"php": "^8.0",
"laravelcollective/html": "^6",
"illuminate/database": "^6 || ^7 || ^8 || ^9 || ^10 || ^11",
"illuminate/validation": "^6 || ^7 || ^8 || ^9 || ^10 || ^11"
"rdx/laravelcollective-html": "^6",
"illuminate/database": "^10.0",
"illuminate/validation": "^10.0"
},
"require-dev": {
"orchestra/testbench": "^6.13 || ^7 || ^8 || ^9"
Expand Down

0 comments on commit ee29f5a

Please sign in to comment.