File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 5
5
push : ~
6
6
schedule :
7
7
# 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 * *"
9
9
10
10
jobs :
11
11
tests :
@@ -18,13 +18,21 @@ jobs:
18
18
# Lowest Deps
19
19
- php : 8.1
20
20
symfony : 5.4.*
21
- composer-flags : ' --prefer-stable'
21
+ composer-flags : ' --prefer-lowest --prefer- stable'
22
22
can-fail : false
23
23
# Stable deps
24
24
- php : 8.2
25
25
symfony : 6.3.*
26
26
composer-flags : ' --prefer-stable'
27
27
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
28
36
29
37
name : " PHP ${{ matrix.php }} - Symfony ${{ matrix.symfony }}${{ matrix.composer-flags != '' && format(' - Composer {0}', matrix.composer-flags) || '' }}"
30
38
Original file line number Diff line number Diff line change 22
22
"league/oauth2-server" : " ^8.3" ,
23
23
"nyholm/psr7" : " ^1.4" ,
24
24
"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 " ,
27
27
"symfony/polyfill-php81" : " ^1.22" ,
28
28
"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 "
30
30
},
31
31
"require-dev" : {
32
32
"ext-pdo" : " *" ,
33
33
"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 "
36
36
},
37
37
"autoload" : {
38
38
"psr-4" : { "League\\ Bundle\\ OAuth2ServerBundle\\ " : " src/" }
You can’t perform that action at this time.
0 commit comments