Skip to content

Commit

Permalink
[TASK] Prepare GitHub-Actions for task/3376-TYPO3_12_compatibility br…
Browse files Browse the repository at this point in the history
…anch

The GitHub Actions must run if pull-request against task/3376-TYPO3_12_compatibility is created.

Note:
The task/3376-TYPO3_12_compatibility must be used for pull-request against main branch.
The task/3376-TYPO3_12_compatibility must be used for non-stable pre-releases for TYPO3 12

Fixes: #3382
Relates:  #3376
  • Loading branch information
dkd-kaehm committed Oct 28, 2022
1 parent 4771984 commit 99a5c11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"TYPO3": [ "11", "11.5.x-dev" ]
},

"task/3376-TYPO3_12_compatibility": {
"PHP": [ "8.1" ],
"TYPO3": [ "12", "dev-main" ]
},

"release-11.5.x": {
"PHP": [ "7.4", "8.0", "8.1" ],
"TYPO3": [ "11", "11.5.x-dev" ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: build

on:
push:
branches: [ main, release-11.5.x, release-11.1.x, release-11.0.x ]
branches: [ main, task/3376-TYPO3_12_compatibility, release-11.5.x, release-11.1.x, release-11.0.x ]
tags:
- "**"
pull_request:
branches: [ main, release-11.5.x, release-11.1.x, release-11.0.x ]
branches: [ main, task/3376-TYPO3_12_compatibility, release-11.5.x, release-11.1.x, release-11.0.x ]

env:
CI_BUILD_DIRECTORY: '/home/runner/work/ext-solr/ext-solr/.Build'
Expand Down

0 comments on commit 99a5c11

Please sign in to comment.