-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
fail-fast: false | ||
env: | ||
SW_VERSION: ${{ matrix.sw-version }} | ||
MYSQL_VERSION: '8.0.32' | ||
MYSQL_VERSION: '5.7' | ||
PGSQL_VERSION: '14' | ||
steps: | ||
- name: Checkout | ||
|
@@ -55,16 +55,6 @@ jobs: | |
sudo apt-get clean | ||
sudo apt-get update | ||
sudo apt-get upgrade -f | ||
- name: Setup Mysql | ||
uses: mirromutth/[email protected] | ||
with: | ||
host port: 3800 # Optional, default value is 3306. The port of host | ||
container port: 3307 # Optional, default value is 3306. The port of container | ||
character set server: 'utf8' # Optional, default value is 'utf8mb4'. The '--character-set-server' option for mysqld | ||
collation server: 'utf8_general_ci' # Optional, default value is 'utf8mb4_general_ci'. The '--collation-server' option for mysqld | ||
mysql version: '8.0' # Optional, default value is "latest". The version of the MySQL | ||
mysql database: 'some_test' # Optional, default value is "test". The specified database which will be create | ||
mysql root password: root | ||
- name: Setup PHP | ||
uses: shivammathur/setup-php@v2 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters