We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41fd7f commit 25bcafcCopy full SHA for 25bcafc
.github/workflows/tests.yml
@@ -26,6 +26,7 @@ jobs:
26
run: |
27
echo -e "\n[mysqld]\nserver-id=1\nbinlog_format=row\nlog_bin=/var/log/mysql/mysql-bin.log" | sudo tee -a /etc/mysql/my.cnf
28
sudo /etc/init.d/mysql start
29
+ mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql -proot
30
31
- name: Setup PHP, with composer and extensions
32
uses: shivammathur/setup-php@v2
0 commit comments