Skip to content

Commit a41109e

Browse files
committed
Update macOS MySQL version
1 parent b271cbb commit a41109e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- '0.[0-9]+.x'
88
- '1.[0-9]+.x'
99

10-
1110
name: CI Tests
1211

1312
jobs:
@@ -127,11 +126,11 @@ jobs:
127126
brew services start mysql &&
128127
brew services stop mysql;sleep 3;brew services start mysql &&
129128
sleep 2 &&
130-
/usr/local/Cellar/mysql/8.0.19_1/bin/mysql -e "create database diesel_test; create database diesel_unit_test; grant all on \`diesel_%\`.* to 'root'@'localhost';" -uroot
129+
/usr/local/Cellar/mysql/8.0.21/bin/mysql -e "create database diesel_test; create database diesel_unit_test; grant all on \`diesel_%\`.* to 'root'@'localhost';" -uroot
131130
echo '::set-env name=MYSQL_DATABASE_URL::mysql://root@localhost/diesel_test'
132131
echo '::set-env name=MYSQL_EXAMPLE_DATABASE_URL::mysql://root@localhost/diesel_example'
133132
echo '::set-env name=MYSQL_UNIT_TEST_DATABASE_URL::mysql://root@localhost/diesel_unit_test'
134-
echo '::set-env name=MYSQLCLIENT_LIB_DIR::/usr/local/Cellar/mysql/8.0.19_1/lib'
133+
echo '::set-env name=MYSQLCLIENT_LIB_DIR::/usr/local/Cellar/mysql/8.0.21/lib'
135134
136135
- name: Install sqlite (Windows)
137136
if: runner.os == 'Windows' && matrix.backend == 'sqlite'

0 commit comments

Comments
 (0)