File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
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 :
@@ -15,22 +15,19 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
# Stable supported versions
18
- php : ['8.1 ', '8.2 ']
19
- symfony : ['5 .4.*', '6.2 .*']
18
+ php : ['8.2 ', '8.3 ']
19
+ symfony : ['6 .4.*', '7.0 .*']
20
20
composer-flags : ['--prefer-stable']
21
21
can-fail : [false]
22
- exclude :
23
- - php : ' 8.1'
24
- symfony : ' 6.2.*'
25
22
include :
26
23
# Lowest supported versions
27
- - php : ' 8.1 '
28
- symfony : ' 5.4 .*'
24
+ - php : ' 8.2 '
25
+ symfony : ' 6.0 .*'
29
26
composer-flags : ' --prefer-stable --prefer-lowest'
30
27
can-fail : false
31
28
# Development versions
32
29
- php : ' 8.3'
33
- symfony : ' 6.3 .x-dev'
30
+ symfony : ' 7.0 .x-dev'
34
31
composer-flags : ' '
35
32
can-fail : true
36
33
You can’t perform that action at this time.
0 commit comments