Merge branch 'next-minor' into develop

This commit is contained in:
Dennis Schubert 2021-02-08 21:13:57 +01:00
commit 5bb0798311
No known key found for this signature in database
GPG key ID: 5A0304BEA7966D7E

View file

@ -12,6 +12,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- 2.6
@ -39,7 +40,7 @@ jobs:
- 5432:5432
steps:
- name: Install system dependencies
run: sudo apt-get install -y libidn11-dev
run: sudo apt-get install -y build-essential curl git gsfonts imagemagick libcurl4-openssl-dev libidn11-dev libmagickwand-dev libssl-dev libxml2-dev libxslt1-dev
- name: Start MySQL
run: sudo systemctl start mysql.service
if: matrix.db == 'mysql'