Changeset 61806
- Timestamp:
- 03/03/2026 10:01:50 PM (4 days ago)
- Location:
- branches/6.1/.github/workflows
- Files:
-
- 4 deleted
- 1 edited
-
failed-workflow.yml (deleted)
-
phpunit-tests.yml (modified) (1 diff)
-
slack-notifications.yml (deleted)
-
test-coverage.yml (deleted)
-
test-old-branches.yml (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1/.github/workflows/phpunit-tests.yml
r58651 r61806 47 47 matrix: 48 48 os: [ ubuntu-latest ] 49 php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] 49 # Test highest and lowest supported version of each major. 50 php: [ '5.6', '7.0', '7.4', '8.0', '8.2' ] 50 51 db-type: [ 'mysql' ] 51 52 db-version: [ '5.7' ]
Note: See TracChangeset
for help on using the changeset viewer.