File tree 3 files changed +15
-17
lines changed
3 files changed +15
-17
lines changed Original file line number Diff line number Diff line change @@ -11,37 +11,29 @@ jobs:
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- typo3 : [ '^9.5.0', '^ 10.4.0 ', '^11.5.0 ' ]
14
+ typo3 : ['^ 10.4.33 ', '^11.5.20 ' ]
15
15
php : [ '7.4' ]
16
16
dependency-version : [ lowest, stable ]
17
17
experimental : [ false ]
18
18
include :
19
19
- php : 7.2
20
- typo3 : ' ^9.5.0 '
20
+ typo3 : ' ^10.4.33 '
21
21
dependency-version : stable
22
22
experimental : false
23
23
- php : 7.3
24
- typo3 : ' ^9.5.0'
25
- dependency-version : stable
26
- experimental : false
27
- - php : 7.2
28
- typo3 : ' ^10.4.0'
29
- dependency-version : stable
30
- experimental : false
31
- - php : 7.3
32
- typo3 : ' ^10.4.0'
24
+ typo3 : ' ^10.4.33'
33
25
dependency-version : stable
34
26
experimental : false
35
27
- php : 8.0
36
- typo3 : ' ^11.5.0 '
28
+ typo3 : ' ^11.5.20 '
37
29
dependency-version : stable
38
30
experimental : false
39
31
- php : 8.1
40
- typo3 : ' ^11.5.0 '
32
+ typo3 : ' ^11.5.20 '
41
33
dependency-version : stable
42
34
experimental : false
43
35
- php : nightly
44
- typo3 : ' ^11.5.0 '
36
+ typo3 : ' ^11.5.20 '
45
37
dependency-version : stable
46
38
experimental : true
47
39
@@ -112,7 +104,6 @@ jobs:
112
104
vendor/bin/typo3cms site:list | grep my-fancy-host
113
105
114
106
- name : BE Config Test
115
- if : ${{ matrix.typo3 != '^9.5.0' }}
116
107
run : |
117
108
rm -rf var/cache/*
118
109
vendor/bin/typo3cms configuration:showlocal BE/explicitADmode --json | grep explicitAllow
Original file line number Diff line number Diff line change 10
10
"symfony/console" : " ^4.0 || ^5.0" ,
11
11
"symfony/yaml" : " ^4.0 || ^5.0" ,
12
12
"typo3/cms-composer-installers" : " ^2.0 || ^3.0 || ^4.0" ,
13
- "typo3/cms-core" : " ^9.5.31 || ^10.4.21 || ^11.5.1 " ,
13
+ "typo3/cms-core" : " ^9.5.38 || ^10.4.33 || ^11.5.20 " ,
14
14
"composer-runtime-api" : " ^2.1" ,
15
15
"symfony/polyfill-php80" : " ^1.23.1"
16
16
},
45
45
"branch-alias" : {
46
46
"dev-main" : " 1.x-dev"
47
47
}
48
+ },
49
+ "config" : {
50
+ "allow-plugins" : {
51
+ "typo3/cms-composer-installers" : true ,
52
+ "typo3/class-alias-loader" : true ,
53
+ "helhum/typo3-console-plugin" : true
54
+ }
48
55
}
49
56
}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public function load(string $siteIdentifier): array
41
41
* @param array $configuration
42
42
* @throws \TYPO3\CMS\Core\Cache\Exception\NoSuchCacheException
43
43
*/
44
- public function write (string $ siteIdentifier , array $ configuration ): void
44
+ public function write (string $ siteIdentifier , array $ configuration, bool $ protectPlaceholders = false ): void
45
45
{
46
46
$ fileName = $ this ->configPath . '/ ' . $ siteIdentifier . '/ ' . $ this ->configFileName ;
47
47
if (!file_exists ($ fileName )) {
You can’t perform that action at this time.
0 commit comments