Changeset 55506
- Timestamp:
- 03/09/2023 09:57:21 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-old-branches.yml
r55152 r55506 29 29 ] 30 30 branch: [ 31 '6. 1','6.0',31 '6.2', '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' … … 35 35 include: 36 36 # PHP Compatibility testing was introduced in 5.5. 37 - branch: '6.2' 38 workflow: 'php-compatibility.yml' 37 39 - branch: '6.1' 38 40 workflow: 'php-compatibility.yml' … … 53 55 # Starting in 5.8 with #52905, some additional tests with real assertions were introduced. 54 56 # Branches 5.8 and newer should be tested to confirm no regressions are introduced. 57 - branch: '6.2' 58 workflow: 'end-to-end-tests.yml' 55 59 - branch: '6.1' 56 60 workflow: 'end-to-end-tests.yml' … … 66 70 - name: Dispatch workflow run 67 71 uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0 68 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6. 1' }}72 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.2' }} 69 73 with: 70 74 retries: 2
Note: See TracChangeset
for help on using the changeset viewer.