File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
php : ['8.1', '8.2', '8.3']
12
- laravel : ['10.0', '10.32']
12
+ laravel : ['10.0', '10.39', '11.x']
13
+ exclude :
14
+ - php : ' 8.1'
15
+ laravel : ' 11.x'
13
16
name : PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
14
17
steps :
15
18
- name : Checkout
Original file line number Diff line number Diff line change 7
7
- Dropped Enum v3 Support
8
8
- Dropped PHP 8.0 support
9
9
- Added PHP 8.3 support
10
+ - Added Laravel 11 support
10
11
- Changed minimum Enum version to v4.1
11
12
- BC: Changed all enum interfaces to extend the root ` EnumInterface `
12
13
- BC: added the ` iso2Code() ` and the ` getName() ` methods to the ` Country ` interface
Original file line number Diff line number Diff line change 16
16
},
17
17
"require" : {
18
18
"php" : " ^8.1" ,
19
- "illuminate/database" : " ^10.0" ,
20
- "illuminate/support" : " ^10.0" ,
19
+ "illuminate/database" : " ^10.0|^11.0 " ,
20
+ "illuminate/support" : " ^10.0|^11.0 " ,
21
21
"doctrine/dbal" : " ^3.5.1" ,
22
22
"konekt/concord" : " ^1.13" ,
23
23
"konekt/enum" : " ^4.1" ,
31
31
},
32
32
"require-dev" : {
33
33
"ext-sqlite3" : " *" ,
34
- "orchestra/testbench" : " ^8.0" ,
34
+ "orchestra/testbench" : " ^8.0|^9.0 " ,
35
35
"phpunit/phpunit" : " ^10.0" ,
36
36
"mockery/mockery" : " ^1.6.1"
37
37
},
You can’t perform that action at this time.
0 commit comments