Skip to content

Commit 63e43ae

Browse files
committed
update to Ubuntu 22
1 parent 4e4777e commit 63e43ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-22.04
1111
continue-on-error: ${{ matrix.experimental }}
1212

1313
strategy:
@@ -78,7 +78,7 @@ jobs:
7878
sudo systemctl start mysql.service
7979
sudo mysql -proot -e 'drop database if exists phplistdb'
8080
sudo mysqladmin -proot create phplistdb
81-
sudo mysql -proot -e 'grant all on phplistdb.* to phplist@localhost identified by "phplist"'
81+
sudo mysql -proot -e 'create user phplist@"%" identified by "phplist"; grant all on phplistdb.* to phplist@"%"'
8282
8383
- name: Start Test Server
8484
run: |

0 commit comments

Comments
 (0)