File tree Expand file tree Collapse file tree
IlluminateMessageRepository Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,6 +127,16 @@ jobs:
127127 if : ${{ matrix.php >= 8.2 }}
128128 run : vendor/bin/phpunit --group=illuminate
129129
130+ - name : Install illuminate/database 13
131+ if : ${{ matrix.php >= 8.3 }}
132+ run : |
133+ composer require illuminate/database:^13.0 --${{ matrix.stability }} -w --prefer-dist --no-interaction --no-progress --no-update
134+ composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
135+
136+ - name : Execute illuminate tests
137+ if : ${{ matrix.php >= 8.3 }}
138+ run : vendor/bin/phpunit --group=illuminate
139+
130140 - name : Run PHPStan
131141 if : ${{ matrix.eventsauce == '3.0' }}
132142 run : vendor/bin/phpstan analyze -c phpstan.doctrine2.neon
Original file line number Diff line number Diff line change 1313 "eventsauce/message-repository-table-schema" : " ^1.0" ,
1414 "eventsauce/uuid-encoding" : " ^1.0" ,
1515 "eventsauce/id-encoding" : " ^1.0" ,
16- "illuminate/database" : " ^9.0||^10.0||^11.0||^12.0" ,
16+ "illuminate/database" : " ^9.0||^10.0||^11.0||^12.0||^13.0 " ,
1717 "ramsey/uuid" : " ^4.1"
1818 },
1919 "autoload" : {
Original file line number Diff line number Diff line change 1111 "require" : {
1212 "eventsauce/eventsauce" : " ^3.0" ,
1313 "eventsauce/message-outbox" : " ^1.0" ,
14- "illuminate/database" : " ^9.0||^10.0||^11.0||^12.0"
14+ "illuminate/database" : " ^9.0||^10.0||^11.0||^12.0||^13.0 "
1515 },
1616 "autoload" : {
1717 "psr-4" : {
You can’t perform that action at this time.
0 commit comments