Skip to content

Commit

Permalink
ci: lock mariadb to v10 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Jul 22, 2023
1 parent ddb40fd commit b68746a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Expand Up @@ -19,7 +19,7 @@ jobs:

services:
mariadb:
image: mariadb
image: mariadb:10
ports:
- 3306:3306
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schema-linter.yml
Expand Up @@ -18,7 +18,7 @@ jobs:

services:
mariadb:
image: mariadb
image: mariadb:10
ports:
- 3306:3306
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-schema-artifact.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Generate and Upload WPGraphQL Schema Artifact
services:
mariadb:
image: mariadb
image: mariadb:10
ports:
- 3306:3306
env:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,6 +1,7 @@
# Changelog

## Unreleased
- ci: Fix GitHub Action workflows by locking MariaDB version to v10.

## v0.12.2

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -21,7 +21,7 @@ services:
local:

app_db:
image: mariadb:10.2
image: mariadb:10
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: wordpress
Expand Down

0 comments on commit b68746a

Please sign in to comment.