Skip to content

Commit d9337bb

Browse files
Merge pull request #20 from pixelant/11_alpha
[RELEASE] Prepare for version ''0.2.0'' and TYPO3 11 compatibility
2 parents acdb94b + 5b741b5 commit d9337bb

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

.github/workflows/ci.yml

+4-13
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,12 @@ jobs:
7777
# run: "yarn lint:${{ matrix.command }}"
7878
xliff-lint:
7979
name: "Xliff linter"
80-
runs-on: ubuntu-latest
80+
runs-on: ubuntu-20.04
8181
steps:
82-
-
83-
name: Checkout
82+
- name: "Checkout"
8483
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
9586
unit-tests:
9687
name: "Unit tests"
9788
runs-on: ubuntu-latest

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.4",
17-
"typo3/cms-core": "^10.4.6"
16+
"typo3/cms-core": "^10.4.6 || ^11.5"
1817
},
1918
"require-dev": {
2019
"codeception/codeception": "^4.1.5",

ext_emconf.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
'state' => 'alpha',
1010
'createDirs' => '',
1111
'clearCacheOnLoad' => true,
12-
'version' => '0.1.1',
12+
'version' => '0.2.0',
1313
'constraints' => [
1414
'depends' => [
15-
'typo3' => '10.4.6-10.4.99'
15+
'typo3' => '10.4.6-11.5.99'
1616
],
1717
'conflicts' => [],
1818
'suggests' => []

0 commit comments

Comments
 (0)