Changeset 59275 for trunk/.github/workflows/test-old-branches.yml
- Timestamp:
- 10/22/2024 05:00:25 PM (18 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/test-old-branches.yml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-old-branches.yml
r59254 r59275 19 19 20 20 env: 21 CURRENTLY_SUPPORTED_BRANCH: '6. 6'21 CURRENTLY_SUPPORTED_BRANCH: '6.7' 22 22 23 23 jobs: … … 39 39 ] 40 40 branch: [ 41 '6. 6', '6.5', '6.4', '6.3', '6.2', '6.1','6.0',41 '6.7', '6.6', '6.5', '6.4', '6.3', '6.2', '6.1','6.0', 42 42 '5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0', 43 43 '4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1' … … 45 45 include: 46 46 # PHP Compatibility testing was introduced in 5.5. 47 - branch: '6.7' 48 workflow: 'php-compatibility.yml' 47 49 - branch: '6.6' 48 50 workflow: 'php-compatibility.yml' … … 73 75 # Starting in 5.8 with #52905, some additional tests with real assertions were introduced. 74 76 # Branches 5.8 and newer should be tested to confirm no regressions are introduced. 77 - branch: '6.7' 78 workflow: 'end-to-end-tests.yml' 75 79 - branch: '6.6' 76 80 workflow: 'end-to-end-tests.yml' … … 95 99 # Since the workflow frequently failed for 6.2 and 6.3 due to the flaky nature of the Puppeteer tests, 96 100 # the workflow was removed from those two branches. 101 - branch: '6.7' 102 workflow: 'performance.yml' 97 103 - branch: '6.6' 98 104 workflow: 'performance.yml'
Note: See TracChangeset
for help on using the changeset viewer.