Skip to content

Commit

Permalink
Cleanup Mysql version output
Browse files Browse the repository at this point in the history
Cleanup desk of today, the mysql version information is redundant in the
workflow as different jobs show it and they are the standard versions:

- Ubuntu 18.04: 5.7
- Ununtu 20.04: 8.0

PHP 7.3 does not support Mysql 8.0 out of the box the way we setup the
passwords for magerun test installs. PHP 7.4 is not affected by that.
  • Loading branch information
ktomk committed Dec 22, 2022
1 parent dc1c61b commit a763ec1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ jobs:
coverage: none

- {name: mysqld,shell: bash,run: 'sudo systemctl start mysql.service'}
- {name: mysql_version,shell: bash,run: 'mysql -V '}
- uses: ktomk/run-travis-yml@v1
with:
run-job: ${{ matrix.run-job }}
Expand All @@ -112,7 +111,6 @@ jobs:
runs-on: ubuntu-18.04
steps:
- {name: mysqld,shell: bash,run: 'sudo systemctl start mysql.service'}
- {name: mysql_version,shell: bash,run: 'mysql -V '}

- name: Checkout PR
uses: actions/checkout@v3
Expand Down Expand Up @@ -150,7 +148,6 @@ jobs:
runs-on: ubuntu-18.04
steps:
- {name: mysqld,shell: bash,run: 'sudo systemctl start mysql.service'}
- {name: mysql_version,shell: bash,run: 'mysql -V '}

- name: Checkout PR
uses: actions/checkout@v3
Expand Down

0 comments on commit a763ec1

Please sign in to comment.