File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
38
38
options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
39
39
strategy :
40
40
matrix :
41
- php : [8.0 ]
41
+ php : [ 8.1 ]
42
42
symfony : [ ^5.4 ]
43
- pimcore : [ ~10.5 .0 ]
43
+ pimcore : [ ~10.6 .0 ]
44
44
include :
45
- - pimcore : ~10.5 .0
46
- template_tag : v10.2.0
45
+ - pimcore : ~10.6 .0
46
+ template_tag : v10.2.5
47
47
steps :
48
48
- uses : actions/checkout@v2
49
49
with :
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
38
38
strategy :
39
39
matrix :
40
- php : [ 8.0 ]
40
+ php : [ 8.1 ]
41
41
symfony : [ ^5.4 ]
42
- pimcore : [ ~10.5 .0 ]
42
+ pimcore : [ ~10.6 .0 ]
43
43
include :
44
- - pimcore : ~10.5 .0
45
- template_tag : v10.2.0
44
+ - pimcore : ~10.6 .0
45
+ template_tag : v10.2.5
46
46
steps :
47
47
- uses : actions/checkout@v2
48
48
with :
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
38
38
strategy :
39
39
matrix :
40
- php : [ 8.0 ]
40
+ php : [ 8.1 ]
41
41
symfony : [ ^5.4 ]
42
- pimcore : [ ~10.5 ]
42
+ pimcore : [ ~10.6.0 ]
43
43
include :
44
- - pimcore : ~10.5
45
- template_tag : v10.2.0
44
+ - pimcore : ~10.6.0
45
+ template_tag : v10.2.5
46
46
steps :
47
47
- uses : actions/checkout@v2
48
48
with :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Store data with the opensearch index service.
11
11
## Release Plan
12
12
| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
13
13
| ---------| ----------------------------| ----------------------------| --------------| ----------------------| --------------------------------------------------------------------------------------------------------|
14
- | ** 1.x** | ` 10.0 ` - ` 10.5 ` | ` ^5.4 ` | 09.03.2023 | Yes (Bugs, Features) | master |
14
+ | ** 1.x** | ` 10.0 ` - ` 10.6 ` | ` ^5.4 ` | 09.03.2023 | Yes (Bugs, Features) | master |
15
15
***
16
16
17
17
## Installation
You can’t perform that action at this time.
0 commit comments