File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 6969 name : " PHP: ${{ matrix.php }}; Laravel: ${{ matrix.laravel }}; Prefer: ${{ matrix.prefer }}"
7070 strategy :
7171 matrix :
72- php : ['8.1', '8.2', '8.3']
72+ php : ['8.1', '8.2', '8.3', '8.4' ]
7373 laravel : [^9.0, ^10.0, ^11.0]
7474 prefer : [prefer-lowest, prefer-stable]
7575 include :
@@ -127,6 +127,10 @@ jobs:
127127 if : ${{ matrix.php == 8.3 && matrix.prefer == 'prefer-lowest' }}
128128 run : composer require --no-update nesbot/carbon:"^2.62.1"
129129
130+ - name : Support prefer-lowest in PHP 8.4
131+ if : ${{ matrix.php == 8.4 && matrix.prefer == 'prefer-lowest' }}
132+ run : composer require --no-update nesbot/carbon:"^2.62.1"
133+
130134 - name : Install dependencies
131135 run : composer update --${{ matrix.prefer }}
132136
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ A lightweight API resource for Laravel that helps you adhere to the `JSON:API` s
2626
2727## Version support
2828
29- - ** PHP** : ` 8.1 ` , ` 8.2 ` , ` 8.3 `
29+ - ** PHP** : ` 8.1 ` , ` 8.2 ` , ` 8.3 ` , ` 8.4 `
3030- ** Laravel** : ` 9.0 ` , ` 10.0 ` , ` 11.0 `
3131
3232## Installation
Original file line number Diff line number Diff line change 1717 }
1818 ],
1919 "require" : {
20- "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0" ,
20+ "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 " ,
2121 "illuminate/collections" : " ^9.0 || ^10.0 || ^11.0" ,
2222 "illuminate/database" : " ^9.0 || ^10.0 || ^11.0" ,
2323 "illuminate/http" : " ^9.0 || ^10.0 || ^11.0" ,
You can’t perform that action at this time.
0 commit comments