diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 91098f0..1c20799 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -8,10 +8,14 @@ jobs: strategy: fail-fast: false matrix: - php: [8.0, 8.1, 8.2, 8.3] - laravel: [9.*, 10.*, 11.*] + php: [8.0, 8.1, 8.2, 8.3, 8.4] + laravel: [9.*, 10.*, 11.*, 12.*] dependency-version: [prefer-lowest, prefer-stable] include: + - laravel: 12.* + testbench: 10.* + pest-plugin-laravel: 3.1.0 + - laravel: 11.* testbench: 9.* pest-plugin-laravel: 2.3.0 @@ -25,15 +29,27 @@ jobs: pest-plugin-laravel: 1.4.0 exclude: + - laravel: 12.* + php: 8.1 + + - laravel: 12.* + php: 8.0 + - laravel: 11.* php: 8.1 - laravel: 11.* php: 8.0 + - laravel: 10.* + php: 8.4 + - laravel: 10.* php: 8.0 + - laravel: 9.* + php: 8.4 + - laravel: 9.* php: 8.3 diff --git a/README.md b/README.md index 51d0f95..d580936 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ You don't have any stress for attributes! You can create attributes for any mode | Attributes | L9 | L10 | |------------|--------------------|--------------------| | 1.0 | :white_check_mark: | :white_check_mark: | +| 1.1 | :white_check_mark: | :white_check_mark: | # Installation *** diff --git a/composer.json b/composer.json index 991fdf7..385d621 100644 --- a/composer.json +++ b/composer.json @@ -14,19 +14,19 @@ "license": "MIT", "authors": [ { - "name": "milwad khosravi", + "name": "Milwad Khosravi", "email": "milwad.dev@gmail.com", "homepage": "https://github.com/milwad-dev", - "role": "Developer" + "role": "Author" } ], "require": { "php": "^8.0", - "laravel/framework": "^9.0|^10.0|^11.0" + "laravel/framework": "^9.0|^10.0|^11.0|^12.0" }, "require-dev": { - "pestphp/pest-plugin-laravel": "^1.4.0|^2.0.0", - "orchestra/testbench": "^7.0|^8.0|^9.0" + "pestphp/pest-plugin-laravel": "^1.4.0|^2.0.0|^3.1.0", + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {