diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d34738d..b876235 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,15 +10,10 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0, 8.1, 8.2] - laravel: [9.*, 10.*] + php: [8.1, 8.2, 8.3] + laravel: [10.*] dependency-version: [prefer-lowest, prefer-stable] - exclude: - - php: 8.0 - laravel: 10.* include: - - laravel: 9.* - testbench: 7.* - laravel: 10.* testbench: 8.* diff --git a/composer.json b/composer.json index 0c01d04..b296ecf 100644 --- a/composer.json +++ b/composer.json @@ -16,14 +16,14 @@ } ], "require": { - "php": "^8.0", - "exolnet/laravel-html-list": "^2.0.0", - "illuminate/support": "^9.0|^10.0" + "php": "^8.1", + "exolnet/laravel-html-list": "^3.0", + "illuminate/support": "^10.0" }, "require-dev": { "exolnet/phpcs-config": "^2.0", "mockery/mockery": "^1.5.1", - "orchestra/testbench": "^7.0|^8.0", + "orchestra/testbench": "^8.0", "phpunit/phpunit": "^10.5", "squizlabs/php_codesniffer": "^3.7.1" },