Changeset 54642 for trunk/.github/workflows/test-old-branches.yml
- Timestamp:
- 10/18/2022 08:03:57 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-old-branches.yml
r54511 r54642 29 29 ] 30 30 branch: [ 31 '6. 0',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 33 '4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1', '4.0', … … 36 36 include: 37 37 # PHP Compatibility testing was introduced in 5.5. 38 - branch: '6.1' 39 workflow: 'php-compatibility.yml' 38 40 - branch: '6.0' 39 41 workflow: 'php-compatibility.yml' … … 52 54 # Starting in 5.8 with #52905, some additional tests with real assertions were introduced. 53 55 # Branches 5.8 and newer should be tested to confirm no regressions are introduced. 56 - branch: '6.1' 57 workflow: 'end-to-end-tests.yml' 54 58 - branch: '6.0' 55 59 workflow: 'end-to-end-tests.yml' … … 69 73 - name: Dispatch workflow run 70 74 uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.2 71 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6. 0' }}75 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.1' }} 72 76 with: 73 77 retries: 2
Note: See TracChangeset
for help on using the changeset viewer.