Skip to content

Commit 902e540

Browse files
committed
Display version of mysql
1 parent 0cd160e commit 902e540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
echo -e "\n[mysqld]\nserver-id=1\nbinlog_format=row\nlog_bin=/var/log/mysql/mysql-bin.log\nbinlog_rows_query_log_events=ON" | sudo tee -a /etc/mysql/my.cnf
2828
sudo /etc/init.d/mysql start
2929
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql -proot
30+
mysql -e "SHOW VARIABLES LIKE "version%";" -u root -p root
3031
3132
- name: Setup PHP, with composer and extensions
3233
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)