diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 42000ec..373675a 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -9,15 +9,21 @@ jobs: strategy: fail-fast: true matrix: - php: [ "8.0", "8.1", "8.2", "8.3" ] - laravel: [ "8.0", "9.0", "10.0", "11.0" ] + php: [ "8.0", "8.1", "8.2", "8.3", "8.4" ] + laravel: [ "8.0", "9.0", "10.0", "11.0", "12.0" ] exclude: - laravel: "8.0" php: "8.3" + - laravel: "8.0" + php: "8.4" + - laravel: "9.0" php: "8.3" + - laravel: "9.0" + php: "8.4" + - laravel: "10.0" php: "8.0" @@ -26,6 +32,12 @@ jobs: - laravel: "11.0" php: "8.1" + + - laravel: "12.0" + php: "8.0" + + - laravel: "12.0" + php: "8.1" name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }} diff --git a/composer.json b/composer.json index c392350..de7a26e 100644 --- a/composer.json +++ b/composer.json @@ -40,16 +40,16 @@ "php": "^8.0", "doctrine/dbal": "^3.3", "dragon-code/support": "^5.8 || ^6.0", - "illuminate/contracts": "^8.37 || ^9.0 || ^10.0 || ^11.0", - "illuminate/database": "^8.37 || ^9.0 || ^10.0 || ^11.0", - "illuminate/http": "^8.37 || ^9.0 || ^10.0 || ^11.0", - "illuminate/routing": "^8.37 || ^9.0 || ^10.0 || ^11.0", - "illuminate/support": "^8.37 || ^9.0 || ^10.0 || ^11.0" + "illuminate/contracts": "^8.37 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/database": "^8.37 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/http": "^8.37 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/routing": "^8.37 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/support": "^8.37 || ^9.0 || ^10.0 || ^11.0 || ^12.0" }, "require-dev": { "mockery/mockery": "^1.5", - "orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0", - "phpunit/phpunit": "^9.6 || ^10.0" + "orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "phpunit/phpunit": "^9.6 || ^10.0 || ^11.0 || ^12.0" }, "minimum-stability": "stable", "prefer-stable": true, @@ -81,4 +81,4 @@ ] } } -} \ No newline at end of file +} diff --git a/phpunit.xml b/phpunit.xml index 21ea162..455aa91 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -18,11 +18,6 @@ ./src - - - - -