Skip to content

Commit 9004f79

Browse files
authored
Merge pull request #1910 from FriendsOfSymfony/XWB-patch-2
Update continuous integration
2 parents f0d591d + 6fb9b64 commit 9004f79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
matrix:
3939
php:
4040
- '7.4'
41-
- '8.0'
4241
- '8.1'
42+
- '8.2'
4343
symfony:
4444
- '4.4.*'
4545
- '5.4.*'
46-
- '6.0.*'
46+
- '6.2.*'
4747
elasticsearch:
4848
- '7.11.0'
4949
dependencies:
@@ -55,7 +55,7 @@ jobs:
5555
symfony: '4.4.*'
5656
exclude:
5757
- php: '7.4'
58-
symfony: '6.0.*'
58+
symfony: '6.2.*'
5959
dependencies: 'highest'
6060
elasticsearch: '7.11.0'
6161
fail-fast: false
@@ -101,12 +101,12 @@ jobs:
101101
matrix:
102102
php:
103103
- '7.4'
104-
- '8.0'
105104
- '8.1'
105+
- '8.2'
106106
symfony:
107107
- '4.4.*'
108108
- '5.4.*'
109-
- '6.0.*'
109+
- '6.2.*'
110110
dependencies:
111111
- 'highest'
112112
include:
@@ -115,7 +115,7 @@ jobs:
115115
symfony: '4.4.*'
116116
exclude:
117117
- php: '7.4'
118-
symfony: '6.0.*'
118+
symfony: '6.2.*'
119119
dependencies: 'highest'
120120
fail-fast: false
121121
steps:

0 commit comments

Comments
 (0)