Changeset 54995
- Timestamp:
- 12/15/2022 05:02:04 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-old-branches.yml
r54642 r54995 31 31 '6.1','6.0', 32 32 '5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0', 33 '4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1', '4.0', 34 '3.9', '3.8', '3.7' 33 '4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1' 35 34 ] 36 35 include: … … 62 61 - branch: '5.8' 63 62 workflow: 'end-to-end-tests.yml' 64 exclude:65 # Coding standards and JavaScript testing did not take place in 3.7.66 - branch: '3.7'67 workflow: 'coding-standards.yml'68 - branch: '3.7'69 workflow: 'javascript-tests.yml'70 63 71 64 # Run all branches monthly, but only the currently supported one twice per month.
Note: See TracChangeset
for help on using the changeset viewer.