Skip to content

Commit

Permalink
bugfix: replace master with main
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanowak committed Jan 11, 2024
1 parent fc7f9a8 commit ae75c2e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apply-coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Apply Coding Standard
on:
push:
branches:
- master
- main

jobs:
php-coding-standard:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "[automated] Apply Coding Standard"
base: 'master'
base: 'main'
branch: 'automated-apply-coding-standards'
title: '[automated] Apply Coding Standard'
labels: 'automated'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ concurrency:
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![TYPO3 V12](https://img.shields.io/badge/TYPO3-12-orange.svg)](https://get.typo3.org/version/12)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/)
[![GitHub CI status](https://github.com/netlogix/nxmigrations/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/netlogix/nxmigrations/actions)
[![GitHub CI status](https://github.com/netlogix/nxmigrations/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/netlogix/nxmigrations/actions)


## Compatibility

The current version (dev-master) of this extension has been tested in TYPO3 12 on PHP 8.1, 8.2 and 8.3.
The current version (dev-main) of this extension has been tested in TYPO3 12 on PHP 8.1, 8.2 and 8.3.
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
]);

// If you have trouble that rector cannot run because some TYPO3 constants are not defined add an additional constants file
// @see https://github.com/sabbelasichon/typo3-rector/blob/master/typo3.constants.php
// @see https://github.com/sabbelasichon/typo3-rector/blob/main/typo3.constants.php
// @see https://github.com/rectorphp/rector/blob/main/docs/static_reflection_and_autoload.md#include-files
// $parameters->set(Option::BOOTSTRAP_FILES, [
// __DIR__ . '/typo3.constants.php'
Expand Down

0 comments on commit ae75c2e

Please sign in to comment.