From 22a68094c1aa4864a48d61a067ced97263852378 Mon Sep 17 00:00:00 2001 From: Moath Alhajri Date: Sun, 22 Jun 2025 09:47:22 +0300 Subject: [PATCH 1/3] :sparkles: `laravel 12` support --- .github/workflows/formats.yml | 2 +- .github/workflows/tests.yml | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/formats.yml b/.github/workflows/formats.yml index ef74b86..400d958 100644 --- a/.github/workflows/formats.yml +++ b/.github/workflows/formats.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.2] + php: [8.4] stability: [prefer-lowest, prefer-stable] name: Formats php${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.stability }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 065afa8..34f6d9d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: php: [8.1, 8.2, 8.3, 8.4] - laravel: [11.*, 10.*, 9.*] + laravel: [12.*, 11.*, 10.*, 9.*] stability: [prefer-lowest, prefer-stable] exclude: - php: 8.1 diff --git a/composer.json b/composer.json index a64d06a..de1dbef 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": "^8.1.0", - "laravel/framework": "^9.0|^10.0|^11.0", + "laravel/framework": "^9.0|^10.0|^11.0|^12.0", "devmoath/jira-php": "0.*" }, "require-dev": { From bba8b4076eefe84ccf4b26bc25c0e5b5cd9aa3a7 Mon Sep 17 00:00:00 2001 From: Moath Alhajri Date: Sun, 22 Jun 2025 09:54:27 +0300 Subject: [PATCH 2/3] :sparkles: `laravel 12` support --- .github/workflows/tests.yml | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 34f6d9d..642a79b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,6 +14,8 @@ jobs: exclude: - php: 8.1 laravel: 11.* + - php: 8.1 + laravel: 12.* name: Tests php@${{ matrix.php }} - laravel@${{ matrix.laravel }} - ${{ matrix.stability }} diff --git a/composer.json b/composer.json index de1dbef..41bf726 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": "^8.1.0", - "laravel/framework": "^9.0|^10.0|^11.0|^12.0", + "laravel/framework": "^9.0|^10.48.29|^11.0|^12.0", "devmoath/jira-php": "0.*" }, "require-dev": { From 22b3d5b74930fd5a8f94e7134a8d6b8a5aaf02b7 Mon Sep 17 00:00:00 2001 From: Moath Alhajri Date: Sun, 6 Jul 2025 09:03:22 +0300 Subject: [PATCH 3/3] :sparkles: `laravel 12` support --- composer.json | 2 +- phpunit.xml.dist | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 41bf726..c2fd1e7 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "laravel/pint": "^1.2.0", - "pestphp/pest": "^2.0.0", + "pestphp/pest": "^2.0.0|^3.0.0", "mockery/mockery": "^1.6", "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.8.6", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 884829c..e3bf433 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,6 @@ @@ -14,4 +14,9 @@ ./tests + + + ./src + +