Changeset 53345
- Timestamp:
- 05/03/2022 05:42:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-old-branches.yml
r53112 r53345 29 29 ] 30 30 branch: [ 31 '6.0', 31 32 '5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0', 32 33 '4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1', '4.0', … … 35 36 include: 36 37 # PHP Compatibility testing was introduced in 5.5. 38 - branch: '6.0' 39 workflow: 'php-compatibility.yml' 37 40 - branch: '5.9' 38 41 workflow: 'php-compatibility.yml' … … 49 52 # Starting in 5.8 with #52905, some additional tests with real assertions were introduced. 50 53 # Branches 5.8 and newer should be tested to confirm no regressions are introduced. 54 - branch: '6.0' 55 workflow: 'end-to-end-tests.yml' 51 56 - branch: '5.9' 52 57 workflow: 'end-to-end-tests.yml' … … 64 69 - name: Dispatch workflow run 65 70 uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e # v6.0.0 66 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == ' 5.9' }}71 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.0' }} 67 72 with: 68 73 github-token: ${{ secrets.GHA_OLD_BRANCH_DISPATCH }}
Note: See TracChangeset
for help on using the changeset viewer.