File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 push : ~
66 schedule :
77 # Do not make it the first of the month and/or midnight since it is a very busy time
8- - cron : " * 10 5 * *"
8+ - cron : " 10 10 5 * *"
99
1010jobs :
1111 tests :
@@ -18,13 +18,21 @@ jobs:
1818 # Lowest Deps
1919 - php : 8.1
2020 symfony : 5.4.*
21- composer-flags : ' --prefer-stable'
21+ composer-flags : ' --prefer-lowest --prefer- stable'
2222 can-fail : false
2323 # Stable deps
2424 - php : 8.2
2525 symfony : 6.3.*
2626 composer-flags : ' --prefer-stable'
2727 can-fail : false
28+ - php : 8.2
29+ symfony : 6.4.*
30+ composer-flags : ' --prefer-stable'
31+ can-fail : false
32+ - php : 8.2
33+ symfony : 7.0.*
34+ composer-flags : ' --prefer-stable'
35+ can-fail : false
2836
2937 name : " PHP ${{ matrix.php }} - Symfony ${{ matrix.symfony }}${{ matrix.composer-flags != '' && format(' - Composer {0}', matrix.composer-flags) || '' }}"
3038
Original file line number Diff line number Diff line change 2222 "league/oauth2-server" : " ^8.3" ,
2323 "nyholm/psr7" : " ^1.4" ,
2424 "psr/http-factory" : " ^1.0" ,
25- "symfony/event-dispatcher" : " ^5.4|^6.2" ,
26- "symfony/framework-bundle" : " ^5.4|^6.2" ,
25+ "symfony/event-dispatcher" : " ^5.4|^6.2|^7.0 " ,
26+ "symfony/framework-bundle" : " ^5.4|^6.2|^7.0 " ,
2727 "symfony/polyfill-php81" : " ^1.22" ,
2828 "symfony/psr-http-message-bridge" : " ^2.0|^6|^7" ,
29- "symfony/security-bundle" : " ^5.4|^6.2"
29+ "symfony/security-bundle" : " ^5.4|^6.2|^7.0 "
3030 },
3131 "require-dev" : {
3232 "ext-pdo" : " *" ,
3333 "ext-pdo_sqlite" : " *" ,
34- "symfony/browser-kit" : " ^5.4|^6.2" ,
35- "symfony/phpunit-bridge" : " ^5.4|^6.2"
34+ "symfony/browser-kit" : " ^5.4|^6.2|^7.0 " ,
35+ "symfony/phpunit-bridge" : " ^5.4|^6.2|^7.0 "
3636 },
3737 "autoload" : {
3838 "psr-4" : { "League\\ Bundle\\ OAuth2ServerBundle\\ " : " src/" }
You can’t perform that action at this time.
0 commit comments