Skip to content

Commit

Permalink
upgraded dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
romalytvynenko committed Mar 9, 2024
1 parent b6916af commit 1f6a34c
Show file tree
Hide file tree
Showing 33 changed files with 14 additions and 17 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1]
laravel: [10.*, 9.*, 8.81.*]
php: [8.1, 8.2]
laravel: [11.*, 10.*, 9.*, 8.81.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
Expand All @@ -23,6 +23,11 @@ jobs:
testbench: 7.*
- laravel: 8.81.*
testbench: 6.24.*
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 11.*
php: 8.1

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^8.0.0|^9.0.0|^10.0.0",
"illuminate/contracts": "^8.0.0|^9.0.0|^10.0.0|^11.0",
"nikic/php-parser": "^5.0",
"phpstan/phpdoc-parser": "^1.0",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"doctrine/dbal": "^3.4",
"laravel/pint": "^v1.1.0",
"nunomaduro/collision": "^5.0|^v6.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.2",
"phpunit/phpunit": "^9.5",
"spatie/pest-plugin-snapshots": "^1.1"
"nunomaduro/collision": "^5.0|^v6.0|^7.0|^8.0",
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-laravel": "^2.3",
"phpunit/phpunit": "^10.5",
"spatie/pest-plugin-snapshots": "^2.1"
},
"autoload": {
"psr-4": {
Expand Down

This file was deleted.

0 comments on commit 1f6a34c

Please sign in to comment.