Skip to content

Commit

Permalink
CI: Remove MySQL workaround for PHP <= 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Apr 23, 2024
1 parent 1109da9 commit 947b3f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ jobs:
- name: Start MySQL service
run: sudo systemctl start mysql.service

- name: Setting mysql_native_password for PHP <= 7.3
if: ${{ matrix.php <= 7.3 }}
run: mysql -u root -proot -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root'";

- name: Install WordPress environment
run: composer prepare ${{ matrix.wordpress }}

Expand Down

0 comments on commit 947b3f2

Please sign in to comment.