Skip to content

Commit f7a0b53

Browse files
authored
update mariadb tests to 10.8, remove end of life mariadb 10.2 (#802)
1 parent 1a1ae12 commit f7a0b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,12 +413,12 @@ jobs:
413413
db:
414414
- [mysql, '5.7']
415415
- [mysql, '8.0']
416-
- [mariadb, '10.2']
417416
- [mariadb, '10.3']
418417
- [mariadb, '10.4']
419418
- [mariadb, '10.5']
420419
- [mariadb, '10.6']
421420
- [mariadb, '10.7']
421+
- [mariadb, '10.8']
422422

423423
fail-fast: false
424424
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)