Skip to content

Commit

Permalink
[TASK] update ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer authored and dkd-kaehm committed Jan 29, 2022
1 parent 5c8976c commit eaad00e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
TIKA_VERSION: '1.24.1'
TIKA_PATH: /ramfs/data-tika-binaries
EXT_SOLR_VERSION: 'dev-release-11.1.x'
EXT_SOLR_VERSION: 'dev-release-11.5.x'
TYPO3_DATABASE_NAME: 'typo3_ci'
TYPO3_DATABASE_HOST: '127.0.0.1'
TYPO3_DATABASE_USERNAME: 'root'
Expand All @@ -30,8 +30,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
PHP: [ '7.2', '7.3', '7.4' ]
TYPO3: [ '^10.4', '10.4.x-dev' ]
PHP: [ '7.4' ]
TYPO3: [ '^11.5']
env:
TYPO3_VERSION: ${{ matrix.TYPO3 }}

Expand Down

0 comments on commit eaad00e

Please sign in to comment.