From 5e9970f4dddd56f1ff27b789b6e4af3d00bf875d Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 2 Mar 2024 03:35:01 +0000 Subject: [PATCH 1/4] Bump dependencies for Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0c8eb1d..b0d21b3 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ ], "require": { "php": "^8.0", - "illuminate/contracts": "^8.83.27|^9.51.0|^10.0.0", + "illuminate/contracts": "^8.83.27|^9.51.0|^10.0.0|^11.0", "spatie/laravel-package-tools": "^1.12" }, "require-dev": { - "orchestra/testbench": "^6.25.1|^7.22.0|^8.0.0", + "orchestra/testbench": "^6.25.1|^7.22.0|^8.0.0|^9.0", "mockery/mockery": "^0.9.4 || ~1.0", "pestphp/pest": "^1.23.1|^2.11", "pestphp/pest-plugin-laravel": "^1.4|^2.1", From 2bf0570a990828bd9190c8d19e5a3a03262ce696 Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 2 Mar 2024 03:35:01 +0000 Subject: [PATCH 2/4] Update GitHub Actions for Laravel 11 --- .github/workflows/run-tests.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 855d8cb..4fa53cd 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -1,16 +1,19 @@ name: Tests -on: [push, pull_request] +on: + - push + - pull_request jobs: test: runs-on: ${{ matrix.os }} + strategy: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] php: [8.0, 8.1, 8.2] - laravel: [^8.83.27, ^9.51.0, ^10.0.0] + laravel: ['11.0', ^8.83.27, ^9.51.0, ^10.0.0] stability: [prefer-lowest, prefer-stable] include: - laravel: ^10.0.0 @@ -19,12 +22,17 @@ jobs: testbench: ^7.22.0 - laravel: ^8.83.27 testbench: ^6.25.1 + - laravel: '11.0' + testbench: ^9.0 exclude: - php: 8.0 laravel: ^10.0.0 - php: 8.1 laravel: ^8.83.27 - + - laravel: '11.0' + php: 8.0 + - laravel: '11.0' + php: 8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} From a71aa15b9abba9f00b3a1b8be96ad685d39ba79a Mon Sep 17 00:00:00 2001 From: Mohd Saqueib Ansari Date: Wed, 15 May 2024 07:13:38 +0530 Subject: [PATCH 3/4] Update run-tests.yml --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 4fa53cd..8206879 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.0, 8.1, 8.2] - laravel: ['11.0', ^8.83.27, ^9.51.0, ^10.0.0] + laravel: [^11.0, ^8.83.27, ^9.51.0, ^10.0.0] stability: [prefer-lowest, prefer-stable] include: - laravel: ^10.0.0 From 47848c6cc549523db0544cb16dada667b71bd9d1 Mon Sep 17 00:00:00 2001 From: Mohd Saqueib Ansari Date: Wed, 15 May 2024 07:19:27 +0530 Subject: [PATCH 4/4] Update run-tests.yml --- .github/workflows/run-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8206879..589934f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -7,7 +7,6 @@ on: jobs: test: runs-on: ${{ matrix.os }} - strategy: fail-fast: true matrix: