Skip to content

Commit

Permalink
Update MySQL image version to 8.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
FeloxleF committed Mar 16, 2024
1 parent 3439d10 commit e0e86b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mysql:latest
image: mysql:8.0.31
env:
MYSQL_ROOT_PASSWORD: root # Remplacez ceci par votre mot de passe root MySQL
MYSQL_DATABASE: test_activmind # Remplacez ceci par le nom de votre base de données
Expand Down

0 comments on commit e0e86b7

Please sign in to comment.