-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] TYPO3 v10 refactoring (#15)
* [TASK] Remove outdated TCA configuration * [TASK] Add extension key to composer * [TASK] Adapt documentation and copyright * [TASK] Adapt ter release deployment * [CLEANUP] Remove obsolete files * [TASK] Adapt copyright * [TASK] Rename ci.yml to tests.yml * [TASK] Adapt mysql for functional tests * [CLEANUP] Remove obsolete configuration * [TASK] Use namespaces instead of strings
- Loading branch information
Felix Semmler
authored
Oct 15, 2021
1 parent
3ff3846
commit 26bc6e0
Showing
16 changed files
with
42 additions
and
962 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: CI | ||
name: Tests | ||
|
||
on: [ push, pull_request ] | ||
|
||
|
@@ -12,10 +12,14 @@ jobs: | |
matrix: | ||
typo3: [ ^8.7, ^9.5, ^10.4 ] | ||
php: [ '7.2', '7.3', '7.4' ] | ||
mysql: [ '5.7' ] | ||
|
||
steps: | ||
- name: Start database server | ||
run: sudo /etc/init.d/mysql start | ||
- name: Set up MySQL ${{ matrix.mysql }} | ||
uses: mirromutth/[email protected] | ||
with: | ||
mysql version: ${{ matrix.mysql }} | ||
mysql root password: 'root' | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ Happy Feet | |
footnotes, overlay, text-highlight | ||
|
||
:Copyright: | ||
2016 | ||
2021 | ||
|
||
:Author: | ||
AOE GmbH | ||
|
@@ -39,7 +39,7 @@ Happy Feet | |
[email protected] | ||
|
||
:License: | ||
copyright 2016 AOE GmbH | ||
copyright 2014 - 2021 AOE GmbH | ||
|
||
All rights reserved | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.