Skip to content

Commit

Permalink
Noticket: Try w/MariaDB instead of MySQL
Browse files Browse the repository at this point in the history
The mysql client in ubuntu-latest removed certain cypher suites so it can't connect to the MySQL service container.
  • Loading branch information
Florian Bender authored Mar 12, 2021
1 parent 270431b commit fd2ce04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Oxid ${{ matrix.oxid-versions }} on PHP ${{ matrix.php-versions }}
services:
mysql:
image: mysql:5.7.27
image: mariadb:latest
env:
MYSQL_ROOT_PASSWORD: root
ports:
Expand Down

0 comments on commit fd2ce04

Please sign in to comment.