File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
27
27
- laravel : 12.*
28
28
testbench : 10.*
29
29
exclude :
30
- - laravel : 11.*
31
- php : 8.1
32
30
- laravel : 10.*
33
31
php : 8.1
32
+ - laravel : 11.*
33
+ php : 8.1
34
34
- laravel : 12.*
35
35
php : 8.1
36
36
54
54
55
55
- name : Install dependencies
56
56
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
58
58
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
59
59
60
60
- name : Execute tests
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ No breaking changes. The only changes are to the development dependencies used f
17
17
18
18
## Changes
19
19
20
+ ### 3.6.0 - 2025-02-17
21
+
22
+ - Add Laravel 12 support
23
+
20
24
### 3.5.0 - 2025-02-11
21
25
22
26
- Move registration of event listeners to the main service provider and remove the dedicated EventServiceProvider.
You can’t perform that action at this time.
0 commit comments