Skip to content

Commit

Permalink
[TASK] Github build
Browse files Browse the repository at this point in the history
Configure PHP 8.1 and TYPO3 12.

Resolves: #3376
  • Loading branch information
3l73 authored and dkd-kaehm committed Oct 28, 2022
1 parent f671e75 commit f9f4b09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-matrix.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": {
"PHP": [ "7.4", "8.0", "8.1" ],
"TYPO3": [ "11", "11.5.x-dev" ]
"PHP": [ "8.1" ],
"TYPO3": [ "12" ]
},

"task/3376-TYPO3_12_compatibility": {
Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ build:
environment:
php:
# We want to test with the smallest supported TYPO3 PHP version
version: 7.4
version: 8.1
nodes:
analysis:
tests:
Expand Down
4 changes: 2 additions & 2 deletions Build/Test/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi
EXTENSION_ROOTPATH="$SCRIPTPATH/../../"
SOLR_INSTALL_PATH="/opt/solr-tomcat/"

DEFAULT_TYPO3_VERSION="^11.5.14"
DEFAULT_TYPO3_VERSION="^12.0.0"
DEFAULT_PHP_CS_FIXER_VERSION="^3.2.1"
DEFAULT_TYPO3_DATABASE_HOST="localhost"
DEFAULT_TYPO3_DATABASE_NAME="test"
Expand Down Expand Up @@ -65,7 +65,7 @@ echo "Using database user: $TYPO3_DATABASE_USERNAME"
echo "Using database password: $TYPO3_DATABASE_PASSWORD"

if [ -z $TYPO3_VERSION ]; then
echo "Must set env var TYPO3_VERSION (e.g. dev-main or ^11.5)"
echo "Must set env var TYPO3_VERSION (e.g. dev-main or ^12.5)"
exit 1
fi

Expand Down

0 comments on commit f9f4b09

Please sign in to comment.