Skip to content

Commit d2c3b44

Browse files
samsonasikMGatner
authored andcommitted
use v4.*
1 parent 58d73e2 commit d2c3b44

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/test-deptrac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches:
88
- 'develop'
9-
- '4.*'
9+
- 'v4.*'
1010
paths:
1111
- 'app/**'
1212
- 'system/**'
@@ -16,7 +16,7 @@ on:
1616
push:
1717
branches:
1818
- 'develop'
19-
- '4.*'
19+
- 'v4.*'
2020
paths:
2121
- 'app/**'
2222
- 'system/**'

.github/workflows/test-phpcpd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches:
88
- 'develop'
9-
- '4.*'
9+
- 'v4.*'
1010
paths:
1111
- 'app/**'
1212
- 'public/**'
@@ -15,7 +15,7 @@ on:
1515
push:
1616
branches:
1717
- 'develop'
18-
- '4.*'
18+
- 'v4.*'
1919
paths:
2020
- 'app/**'
2121
- 'public/**'

.github/workflows/test-phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches:
88
- 'develop'
9-
- '4.*'
9+
- 'v4.*'
1010
paths:
1111
- 'app/**'
1212
- 'system/**'
@@ -15,7 +15,7 @@ on:
1515
push:
1616
branches:
1717
- 'develop'
18-
- '4.*'
18+
- 'v4.*'
1919
paths:
2020
- 'app/**'
2121
- 'system/**'

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
pull_request:
1414
branches:
1515
- develop
16-
- 4.*
16+
- 'v4.*'
1717
paths:
1818
- composer.json
1919
- spark

.github/workflows/test-rector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches:
88
- 'develop'
9-
- '4.*'
9+
- 'v4.*'
1010
paths:
1111
- 'app/**'
1212
- 'system/**'
@@ -17,7 +17,7 @@ on:
1717
push:
1818
branches:
1919
- 'develop'
20-
- '4.*'
20+
- 'v4.*'
2121
paths:
2222
- 'app/**'
2323
- 'system/**'

0 commit comments

Comments
 (0)