Skip to content

Commit 9545bfb

Browse files
committed
ci(mariadb): Thin out mariadb matrix
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent a68fa8b commit 9545bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit-mariadb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
fail-fast: false
6161
matrix:
6262
php-versions: ['8.2']
63-
mariadb-versions: ['10.6', '10.11', '11.4', '11.8']
63+
mariadb-versions: ['10.6']
6464
include:
6565
- php-versions: '8.3'
6666
mariadb-versions: '10.11'
6767
coverage: ${{ github.event_name != 'pull_request' }}
6868
- php-versions: '8.4'
69-
mariadb-versions: '11.8'
69+
mariadb-versions: '11.4'
7070
- php-versions: '8.5'
7171
mariadb-versions: '11.8'
7272

0 commit comments

Comments
 (0)