File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 3939 strategy :
4040 fail-fast : true
4141 matrix :
42- php : [8.2, 8.3, 8.4, 8.5 ]
42+ php : [8.2, 8.3, 8.4]
4343 phpunit : ['10.5.35', '11.5.3', '12.0.0', '12.4.0']
4444 stability : [prefer-lowest, prefer-stable]
4545 exclude :
4848 - php : 8.2
4949 phpunit : ' 12.4.0'
5050 include :
51+ - php : 8.5
52+ phpunit : ' 12.4.0'
53+ stability : prefer-stable
5154 - php : 8.3
5255 phpunit : ' 12.1.0'
5356 stability : prefer-stable
@@ -110,7 +113,7 @@ jobs:
110113 strategy :
111114 fail-fast : true
112115 matrix :
113- php : [8.2, 8.3, 8.4, 8.5 ]
116+ php : [8.2, 8.3, 8.4]
114117 phpunit : ['10.5.35', '11.5.3', '12.0.0', '12.4.0']
115118 stability : [prefer-lowest, prefer-stable]
116119 exclude :
@@ -119,6 +122,9 @@ jobs:
119122 - php : 8.2
120123 phpunit : ' 12.4.0'
121124 include :
125+ - php : 8.5
126+ phpunit : ' 12.4.0'
127+ stability : prefer-stable
122128 - php : 8.3
123129 phpunit : ' 12.1.0'
124130 stability : prefer-stable
You can’t perform that action at this time.
0 commit comments