Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
renatonascalves committed May 31, 2024
1 parent 029c3c9 commit 638e39a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
wp_version: ['latest']
mysql: [8.0]
mysql: ['8.0']
include:
- php: '7.4'
wp_version: '6.1'
Expand All @@ -31,12 +31,6 @@ jobs:
- name: Check Gitignored files
run: if [[ ! -z $(git ls-files -i --exclude-standard) ]]; then exit 1; fi

- name: Check existence of composer.json & behat.yml files
id: check_files
uses: andstor/file-existence-action@v2
with:
files: "composer.json, behat.yml"

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -52,9 +46,9 @@ jobs:
id: setup-mysql
uses: shogo82148/[email protected]
with:
mysql-version: '${{ matrix.mysql }}'
auto-start: true
distribution: "mysql"
mysql-version: "8.0"
distribution: 'mysql'
root-password: root
user: wp_cli_test
password: password1
Expand Down

0 comments on commit 638e39a

Please sign in to comment.