Skip to content

Commit 4c9628a

Browse files
authored
WIP
1 parent 78e3f71 commit 4c9628a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- laravel: 12.*
2828
testbench: 10.*
2929
exclude:
30-
- laravel: 11.*
31-
php: 8.1
3230
- laravel: 10.*
3331
php: 8.1
32+
- laravel: 11.*
33+
php: 8.1
3434
- laravel: 12.*
3535
php: 8.1
3636

@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Install dependencies
5656
run: |
57-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
57+
composer require "laravel/contracts:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5858
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
5959
6060
- name: Execute tests

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ No breaking changes. The only changes are to the development dependencies used f
1717

1818
## Changes
1919

20+
### 3.6.0 - 2025-02-17
21+
22+
- Add Laravel 12 support
23+
2024
### 3.5.0 - 2025-02-11
2125

2226
- Move registration of event listeners to the main service provider and remove the dedicated EventServiceProvider.

0 commit comments

Comments
 (0)