Skip to content

Commit

Permalink
Merge pull request #1526 from ubyssey/fixing-automated-testing
Browse files Browse the repository at this point in the history
Updated mysql container to 8.0
  • Loading branch information
Nishim12 authored Aug 19, 2024
2 parents 8303a2d + 6cd4464 commit cf839b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.8]

services:
db:
image: mysql:5.7
image: mysql:8.0
volumes:
- database:/var/lib/mysql
env:
Expand Down

0 comments on commit cf839b9

Please sign in to comment.