Skip to content

Commit

Permalink
Use windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Sep 13, 2023
1 parent 029973d commit 5d56e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [ windows-2019 ]
operating-system: [ windows-2022 ]
php: [ 5.5, 5.6, 7.1, 7.2, 7.3, 7.4 ]
steps:
- name: Checkout
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

- name: Setup to database
run: |
choco install -y mysql --version 5.7.18
choco install -y mysql
mysql --user=root -e "CREATE DATABASE eccube_db DEFAULT COLLATE=utf8_general_ci;"
mysql --user=root -e "GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION;FLUSH PRIVILEGES;"
Expand Down

0 comments on commit 5d56e51

Please sign in to comment.