Skip to content

Commit

Permalink
Move to mariadb 10.6 for testing. Ideally we'll move production somet…
Browse files Browse the repository at this point in the history
…ime this year.
  • Loading branch information
ari committed Mar 2, 2022
1 parent 69396fd commit 30de323
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: ankane/setup-mariadb@v1
with:
mariadb-version: 10.4
mariadb-version: 10.6
database: angel_api_test

- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
steps:
- uses: ankane/setup-mariadb@v1
with:
mariadb-version: 10.4
mariadb-version: 10.6
database: angelTest_trunk

- uses: actions/checkout@v2
Expand Down
11 changes: 11 additions & 0 deletions .idea/markdown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30de323

Please sign in to comment.