Changeset 62160
- Timestamp:
- 03/27/2026 03:14:21 PM (19 hours ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
.github/workflows/test-old-branches.yml (modified) (5 diffs)
-
.version-support-mysql.json (modified) (1 diff)
-
.version-support-php.json (modified) (1 diff)
-
SECURITY.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-old-branches.yml
r62042 r62160 26 26 27 27 env: 28 CURRENTLY_SUPPORTED_BRANCH: ' 6.9'28 CURRENTLY_SUPPORTED_BRANCH: '7.0' 29 29 30 30 jobs: … … 46 46 ] 47 47 branch: [ 48 '7.0', 48 49 '6.9', '6.8', '6.7', '6.6', '6.5', '6.4', '6.3', '6.2', '6.1','6.0', 49 50 '5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0', … … 52 53 include: 53 54 # PHP Compatibility testing was introduced in 5.5. 55 - branch: '7.0' 56 workflow: 'php-compatibility.yml' 54 57 - branch: '6.9' 55 58 workflow: 'php-compatibility.yml' … … 86 89 # Starting in 5.8 with #52905, some additional tests with real assertions were introduced. 87 90 # Branches 5.8 and newer should be tested to confirm no regressions are introduced. 91 - branch: '7.0' 92 workflow: 'end-to-end-tests.yml' 88 93 - branch: '6.9' 89 94 workflow: 'end-to-end-tests.yml' … … 114 119 # Since the workflow frequently failed for 6.2 and 6.3 due to the flaky nature of the Puppeteer tests, 115 120 # the workflow was removed from those two branches. 121 - branch: '7.0' 122 workflow: 'performance.yml' 116 123 - branch: '6.9' 117 workflow: 'performance.yml'118 - branch: '6.8'119 124 workflow: 'performance.yml' 120 125 -
trunk/.version-support-mysql.json
r61875 r62160 1 1 { 2 "7-1": [ 3 "9.6", 4 "9.5", 5 "9.4", 6 "9.3", 7 "9.2", 8 "9.1", 9 "9.0", 10 "8.4", 11 "8.0", 12 "5.7", 13 "5.6", 14 "5.5" 15 ], 2 16 "7-0": [ 3 17 "9.6", -
trunk/.version-support-php.json
r61459 r62160 1 1 { 2 "7-1": [ 3 "7.4", 4 "8.0", 5 "8.1", 6 "8.2", 7 "8.3", 8 "8.4", 9 "8.5" 10 ], 2 11 "7-0": [ 3 12 "7.4", -
trunk/SECURITY.md
r61222 r62160 11 11 | Version | Supported | 12 12 |---------| --------- | 13 | 7.0.x | Yes | 13 14 | 6.9.x | Yes | 14 15 | 6.8.x | Yes |
Note: See TracChangeset
for help on using the changeset viewer.