Changeset 57782 for trunk/.github/workflows/test-old-branches.yml
- Timestamp:
- 03/05/2024 05:16:07 PM (2 years 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
r57197 r57782 18 18 19 19 env: 20 CURRENTLY_SUPPORTED_BRANCH: '6. 4'20 CURRENTLY_SUPPORTED_BRANCH: '6.5' 21 21 22 22 jobs: … … 38 38 ] 39 39 branch: [ 40 '6. 4', '6.3', '6.2', '6.1','6.0',40 '6.5', '6.4', '6.3', '6.2', '6.1','6.0', 41 41 '5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0', 42 42 '4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1' … … 44 44 include: 45 45 # PHP Compatibility testing was introduced in 5.5. 46 - branch: '6.5' 47 workflow: 'php-compatibility.yml' 46 48 - branch: '6.4' 47 49 workflow: 'php-compatibility.yml' … … 68 70 # Starting in 5.8 with #52905, some additional tests with real assertions were introduced. 69 71 # Branches 5.8 and newer should be tested to confirm no regressions are introduced. 72 - branch: '6.5' 73 workflow: 'end-to-end-tests.yml' 70 74 - branch: '6.4' 71 75 workflow: 'end-to-end-tests.yml' … … 84 88 85 89 # Performance testing was introduced in 6.2. 90 - branch: '6.5' 91 workflow: 'performance.yml' 86 92 - branch: '6.4' 87 93 workflow: 'performance.yml'
Note: See TracChangeset
for help on using the changeset viewer.