Skip to content

Commit

Permalink
Add MySQL 8.4 LTS image
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed May 13, 2024
1 parent cac6694 commit c9ed461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/githubactions-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- {image: "mariadb", version: "11.0", config-dir: "/etc/mysql/conf.d"}
- {image: "mysql", version: "5.7", config-dir: "/etc/mysql/conf.d"}
- {image: "mysql", version: "8.0", config-dir: "/etc/mysql/conf.d"}
- {image: "mysql", version: "8.1", config-dir: "/etc/mysql/conf.d"}
- {image: "mysql", version: "8.4", config-dir: "/etc/mysql/conf.d"}
- {image: "percona", version: "5.7", config-dir: "/etc/my.cnf.d"}
- {image: "percona", version: "8.0", config-dir: "/etc/my.cnf.d"}
steps:
Expand Down

0 comments on commit c9ed461

Please sign in to comment.