@@ -45,12 +45,14 @@ jobs:
45
45
' test-build-processes.yml'
46
46
]
47
47
branch : [
48
- ' 6.7' , '6.6', '6.5', '6.4', '6.3', '6.2', '6.1','6.0',
48
+ ' 6.8 ' , '6. 7', '6.6', '6.5', '6.4', '6.3', '6.2', '6.1','6.0',
49
49
' 5.9' , '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
50
50
' 4.9' , '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1'
51
51
]
52
52
include :
53
53
# PHP Compatibility testing was introduced in 5.5.
54
+ - branch : ' 6.8'
55
+ workflow : ' php-compatibility.yml'
54
56
- branch : ' 6.7'
55
57
workflow : ' php-compatibility.yml'
56
58
- branch : ' 6.6'
81
83
# End-to-end testing was introduced in 5.3 but was later removed as there were no meaningful assertions.
82
84
# Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
83
85
# Branches 5.8 and newer should be tested to confirm no regressions are introduced.
86
+ - branch : ' 6.8'
87
+ workflow : ' end-to-end-tests.yml'
84
88
- branch : ' 6.7'
85
89
workflow : ' end-to-end-tests.yml'
86
90
- branch : ' 6.6'
@@ -105,6 +109,8 @@ jobs:
105
109
# Performance testing was introduced in 6.2 using Puppeteer but was overhauled to use Playwright instead in 6.4.
106
110
# Since the workflow frequently failed for 6.2 and 6.3 due to the flaky nature of the Puppeteer tests,
107
111
# the workflow was removed from those two branches.
112
+ - branch : ' 6.8'
113
+ workflow : ' performance.yml'
108
114
- branch : ' 6.7'
109
115
workflow : ' performance.yml'
110
116
- branch : ' 6.6'
0 commit comments