Skip to content

Commit 69ef2ab

Browse files
authored
Update test matrix schedule
1 parent c495750 commit 69ef2ab

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/unit-tests.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
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

1010
jobs:
1111
tests:
@@ -15,22 +15,19 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
#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.*']
2020
composer-flags: ['--prefer-stable']
2121
can-fail: [false]
22-
exclude:
23-
- php: '8.1'
24-
symfony: '6.2.*'
2522
include:
2623
# Lowest supported versions
27-
- php: '8.1'
28-
symfony: '5.4.*'
24+
- php: '8.2'
25+
symfony: '6.0.*'
2926
composer-flags: '--prefer-stable --prefer-lowest'
3027
can-fail: false
3128
# Development versions
3229
- php: '8.3'
33-
symfony: '6.3.x-dev'
30+
symfony: '7.0.x-dev'
3431
composer-flags: ''
3532
can-fail: true
3633

0 commit comments

Comments
 (0)