File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 2121 env :
2222 PHP_VERSION : ${{ matrix.php-version }}
2323 strategy :
24+ fail-fast : false
2425 matrix :
2526 php-version : ['7.2']
2627 steps :
@@ -125,6 +126,7 @@ jobs:
125126 MYISAM : 0
126127 PHP_VERSION : ${{ matrix.php-version }}
127128 strategy :
129+ fail-fast : false
128130 matrix :
129131 include :
130132 - php-version : ' 7.2'
@@ -151,6 +153,12 @@ jobs:
151153 - php-version : ' 8.2'
152154 db-type : ' mariadb'
153155 db-version : ' 10.6'
156+ - php-version : ' 8.3'
157+ db-type : ' mariadb'
158+ db-version : ' 10.11'
159+ - php-version : ' 8.4'
160+ db-type : ' mariadb'
161+ db-version : ' 10.11'
154162 steps :
155163 - name : Checkout phpBB
156164 uses : actions/checkout@v4
@@ -243,14 +251,15 @@ jobs:
243251 MYISAM : 0
244252 PHP_VERSION : ${{ matrix.php-version }}
245253 strategy :
254+ fail-fast : false
246255 matrix :
247256 include :
248257 - php-version : ' 7.2'
249- db-type : ' postgres'
250- db-version : ' 15-alpine'
251- - php-version : ' 8.2'
252258 db-type : ' postgres'
253259 db-version : ' 16-alpine'
260+ - php-version : ' 8.4'
261+ db-type : ' postgres'
262+ db-version : ' 17-alpine'
254263 steps :
255264 - name : Checkout phpBB
256265 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments