File tree 3 files changed +7
-17
lines changed
3 files changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -77,21 +77,12 @@ jobs:
77
77
# run: "yarn lint:${{ matrix.command }}"
78
78
xliff-lint :
79
79
name : " Xliff linter"
80
- runs-on : ubuntu-latest
80
+ runs-on : ubuntu-20.04
81
81
steps :
82
- -
83
- name : Checkout
82
+ - name : " Checkout"
84
83
uses : actions/checkout@v2
85
- -
86
- name : " Install xmllint"
87
- run : " sudo apt-get install libxml2-utils wget"
88
- -
89
- name : " Download xliff schema"
90
- run : " wget https://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd"
91
- -
92
- name : " Run lint"
93
- run : " xmllint --schema ./xliff-core-1.2-strict.xsd
94
- --noout $(find Resources -name '*.xlf')"
84
+ - name : " Run the xliff lint"
85
+ uses : TYPO3-Continuous-Integration/TYPO3-CI-Xliff-Lint@v1
95
86
unit-tests :
96
87
name : " Unit tests"
97
88
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 13
13
}
14
14
],
15
15
"require" : {
16
- "php" : " ^7.4" ,
17
- "typo3/cms-core" : " ^10.4.6"
16
+ "typo3/cms-core" : " ^10.4.6 || ^11.5"
18
17
},
19
18
"require-dev" : {
20
19
"codeception/codeception" : " ^4.1.5" ,
Original file line number Diff line number Diff line change 9
9
'state ' => 'alpha ' ,
10
10
'createDirs ' => '' ,
11
11
'clearCacheOnLoad ' => true ,
12
- 'version ' => '0.1.1 ' ,
12
+ 'version ' => '0.2.0 ' ,
13
13
'constraints ' => [
14
14
'depends ' => [
15
- 'typo3 ' => '10.4.6-10.4 .99 '
15
+ 'typo3 ' => '10.4.6-11.5 .99 '
16
16
],
17
17
'conflicts ' => [],
18
18
'suggests ' => []
You can’t perform that action at this time.
0 commit comments