Skip to content

Commit

Permalink
Use mariadb 10.6 in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Dec 5, 2024
1 parent 15596c5 commit 627afe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
services:
mariadb:
image: mariadb:10.8
image: mariadb:10.6
env:
MYSQL_USER: test
MYSQL_PASSWORD: test
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: shogo82148/actions-setup-mysql@v1
with:
distribution: 'mariadb'
mysql-version: '10.8'
mysql-version: '10.6'
auto-start: false
- name: Build database
run: |
Expand Down

0 comments on commit 627afe7

Please sign in to comment.