From a1d9410ef56c05b6a8cc0bc3dfcdf74f2750d9e7 Mon Sep 17 00:00:00 2001 From: Oussama Date: Thu, 23 Feb 2023 23:19:41 +0100 Subject: [PATCH] update Dependencies (#33) update dependencies --- .github/workflows/run-tests.yml | 13 +++++++++++-- composer.json | 10 +++++----- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index da264d6..5328eb0 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,14 +13,23 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.1, 8.0] - laravel: [9.*, 8.*] + php: [8.2, 8.1, 8.0] + laravel: [10.*, 9.*, 8.*] stability: [prefer-lowest, prefer-stable] include: + - laravel: 10.* + testbench: ^8.0 - laravel: 9.* testbench: ^7.0.0 - laravel: 8.* testbench: ^6.23 + exclude: + - laravel: 8.* + php: 8.2 + - laravel: 9.* + php: 8.2 + - laravel: 10.* + php: 8.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index fa400bb..368fe40 100644 --- a/composer.json +++ b/composer.json @@ -23,15 +23,15 @@ "spatie/laravel-package-tools": "^1.9.2" }, "require-dev": { - "nunomaduro/collision": "^5.10|^6.1", - "nunomaduro/larastan": "^1.0", - "orchestra/testbench": "^6.23|^7.0.0", - "pestphp/pest": "^1.21", + "nunomaduro/collision": "^5.10|^6.1|^7.0", + "nunomaduro/larastan": "^1.0|^2.0", + "orchestra/testbench": "^6.23|^7.0.0|^8.0", + "pestphp/pest": "^1.22", "pestphp/pest-plugin-laravel": "^1.1", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^9.5|^10.0" }, "autoload": { "psr-4": {