From e14e50e2784e597c14516cb866741ebf2f4b8406 Mon Sep 17 00:00:00 2001 From: Jonny Nott Date: Fri, 7 Feb 2025 22:12:40 +0000 Subject: [PATCH 1/5] Laravel 12 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 242b961..0e5fe25 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ ], "require": { "php": "^8.1", - "illuminate/support": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0|^12.0", "rollbar/rollbar": "^4.0" }, "require-dev": { From 603cf1bd3ec7b0b15897b10f495640337209584e Mon Sep 17 00:00:00 2001 From: Jonny Nott Date: Fri, 7 Feb 2025 22:59:01 +0000 Subject: [PATCH 2/5] Update ci.yml for Laravel 12 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05f4b69..4f8bf81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,11 +32,11 @@ jobs: matrix: os: [ubuntu] php: [8.4, 8.3, 8.2, 8.1] - laravel: [^11, ^10] + laravel: [^12, ^11, ^10] exclude: - php: 8.1 - laravel: ^11 + laravel: ^12, ^11 env: ROLLBAR_TOKEN: "ad865e76e7fb496fab096ac07b1dbabb" name: Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }}) From 49aafe874010d77b11cccad83645b9902bf12788 Mon Sep 17 00:00:00 2001 From: Jonny Nott Date: Fri, 14 Feb 2025 20:33:05 +0000 Subject: [PATCH 3/5] Further update to ci.yml --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f8bf81..4c28d8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,11 +32,14 @@ jobs: matrix: os: [ubuntu] php: [8.4, 8.3, 8.2, 8.1] - laravel: [^12, ^11, ^10] + laravel: [12.*, 11.*, 10.*] exclude: - php: 8.1 - laravel: ^12, ^11 + laravel: 12.* + - php: 8.1 + laravel: 11.* + env: ROLLBAR_TOKEN: "ad865e76e7fb496fab096ac07b1dbabb" name: Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }}) From 8e84470c50ea55af8040b0e05b92aee05a6d7dce Mon Sep 17 00:00:00 2001 From: Jonny Nott Date: Fri, 14 Feb 2025 20:34:52 +0000 Subject: [PATCH 4/5] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c28d8d..99bd22e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,13 +32,13 @@ jobs: matrix: os: [ubuntu] php: [8.4, 8.3, 8.2, 8.1] - laravel: [12.*, 11.*, 10.*] + laravel: [12.x, 11.x, 10.x] exclude: - php: 8.1 - laravel: 12.* + laravel: 12.x - php: 8.1 - laravel: 11.* + laravel: 11.x env: ROLLBAR_TOKEN: "ad865e76e7fb496fab096ac07b1dbabb" From 9b8acc1269a512546278d4e5a9ee6d13a3a17ae6 Mon Sep 17 00:00:00 2001 From: Jonny Nott Date: Fri, 14 Feb 2025 20:39:24 +0000 Subject: [PATCH 5/5] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99bd22e..487c83d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,11 +32,11 @@ jobs: matrix: os: [ubuntu] php: [8.4, 8.3, 8.2, 8.1] - laravel: [12.x, 11.x, 10.x] + laravel: [dev-master, 11.x, 10.x] exclude: - php: 8.1 - laravel: 12.x + laravel: dev-master - php: 8.1 laravel: 11.x