Changeset 52546
- Timestamp:
- 01/10/2022 04:43:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-old-branches.yml
r52449 r52546 46 46 workflow: 'php-compatibility.yml' 47 47 48 # End to End testing was introduced in 5.3 butlater removed as there were no meaningful assertions.49 # Only the officially supported major branch runs E2E tests so that more assertions can be added, and the50 # workflow does not continue to run needlessly on old branches.48 # End-to-end testing was introduced in 5.3 but was later removed as there were no meaningful assertions. 49 # Starting in 5.8 with #52905, some additional tests with real assertions were introduced. 50 # Branches 5.8 and newer should be tested to confirm no regressions are introduced. 51 51 - branch: '5.9' 52 workflow: 'end-to-end-tests.yml' 53 - branch: '5.8' 52 54 workflow: 'end-to-end-tests.yml' 53 55 exclude:
Note: See TracChangeset
for help on using the changeset viewer.