Skip to content

Commit 627afe7

Browse files
committed
Use mariadb 10.6 in CI build
1 parent 15596c5 commit 627afe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
services:
1212
mariadb:
13-
image: mariadb:10.8
13+
image: mariadb:10.6
1414
env:
1515
MYSQL_USER: test
1616
MYSQL_PASSWORD: test
@@ -28,7 +28,7 @@ jobs:
2828
- uses: shogo82148/actions-setup-mysql@v1
2929
with:
3030
distribution: 'mariadb'
31-
mysql-version: '10.8'
31+
mysql-version: '10.6'
3232
auto-start: false
3333
- name: Build database
3434
run: |

0 commit comments

Comments
 (0)