Skip to content

Commit 87e82c3

Browse files
Use mysql 5.7
1 parent 5e7d9df commit 87e82c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1313
wp_version: ['latest']
14-
mysql: [9.0]
14+
mysql: ['5.7']
1515
include:
1616
- php: '7.4'
1717
wp_version: '6.4'
@@ -32,9 +32,9 @@ jobs:
3232
run: if [[ ! -z $(git ls-files -i --exclude-standard) ]]; then exit 1; fi
3333

3434
- name: Check existence of composer.json & behat.yml files
35-
id: check_files
36-
uses: andstor/file-existence-action@v2
35+
uses: andstor/file-existence-action@v3
3736
with:
37+
fail: true
3838
files: "composer.json, behat.yml"
3939

4040
- name: Setup PHP

0 commit comments

Comments
 (0)