Skip to content

Commit aacb52a

Browse files
author
Stephan Wentz
committed
chore: Switch from master to main, add dependabot
1 parent a6307ff commit aacb52a

File tree

6 files changed

+10
-13
lines changed

6 files changed

+10
-13
lines changed

.github/workflows/code_coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
pull_request: null
55
push:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
code_coverage:
1111

1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: shivammathur/setup-php@master
15+
- uses: shivammathur/setup-php@v2
1616
with:
1717
php-version: 8.4
1818
coverage: xdebug

.github/workflows/coding_standards.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
pull_request: null
55
push:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
coding_standards:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: shivammathur/setup-php@master
14+
- uses: shivammathur/setup-php@v2
1515
with:
1616
php-version: 8.4
1717
coverage: none

.github/workflows/phpstan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
pull_request: null
55
push:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
phpstan:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: shivammathur/setup-php@master
14+
- uses: shivammathur/setup-php@v2
1515
with:
1616
php-version: 8.4
1717
coverage: none

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "Release"
55
on:
66
push:
77
branches:
8-
- "master"
8+
- main
99

1010
jobs:
1111
tests:

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request: null
55
push:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
tests:
@@ -17,7 +17,7 @@ jobs:
1717

1818
name: Tests on PHP ${{ matrix.php-versions }}
1919
steps:
20-
- uses: actions/checkout@master
20+
- uses: actions/checkout@v4
2121
- uses: shivammathur/setup-php@v2
2222
with:
2323
php-version: ${{ matrix.php-versions }}
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
name: Tests with lowest dependencies
4242
steps:
43-
- uses: actions/checkout@master
43+
- uses: actions/checkout@v4
4444
- uses: shivammathur/setup-php@v2
4545
with:
4646
php-version: 8.4

.releaserc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
"@semantic-release/release-notes-generator",
55
"@semantic-release/github"
66
],
7-
"branches": [
8-
"master"
9-
],
107
tagFormat: '${version}',
118
}

0 commit comments

Comments
 (0)