Skip to content

Commit 83cb70a

Browse files
committed
Merge pull request #375
2 parents d8d89b9 + beab680 commit 83cb70a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
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

0 commit comments

Comments
 (0)