Skip to content

Commit 2911a17

Browse files
ci: Run workflows against 5.x.x branches (#859)
## Description This PR will run the workflows (excluding phpstan) on the 5.x.x branch ## Related Issue #841 #857 ## Type of Change - [X] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update - [ ] Code refactoring - [ ] Other (please describe): ## Checklist <!-- Mark completed items with an "x" --> - [X] I have read the [CONTRIBUTING](CONTRIBUTING.md) guidelines - [X] My code follows the code style of this project - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] All new and existing tests pass - [ ] I have updated the documentation accordingly - [X] My changes generate no new warnings ## Additional Notes This should allow the run of workflows for #857 and future PR's against the 5.x.x branch
1 parent 134e989 commit 2911a17

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

.github/workflows/continuous-integration-32-bits.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- 5.x.x
78
pull_request:
89
branches:
910
- main
11+
- 5.x.x
1012

1113
env:
1214
COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --prefer-dist"

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- 5.x.x
78
pull_request:
89
branches:
910
- main
11+
- 5.x.x
1012

1113
env:
1214
COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --prefer-dist"

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- main
10+
- 5.x.x
1011

1112
jobs:
1213
lint:

.github/workflows/style-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- 5.x.x
78
pull_request:
89
branches:
910
- main
11+
- 5.x.x
1012

1113
jobs:
1214
style-check:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Changed
10+
- ci: Run workflows against 5.x.x branches ([#859](https://github.com/jsonrainbow/json-schema/pull/859))
911

1012
## [6.6.3] - 2025-12-02
1113
### Changed

0 commit comments

Comments
 (0)