Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to GitHub Actions #182

Merged
merged 15 commits into from
Dec 7, 2020
Prev Previous commit
Next Next commit
Change DB matrix
  • Loading branch information
schlessera committed Dec 7, 2020
commit 226e7071472bd139e107688a970cbdd9c060a1eb
6 changes: 5 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ jobs:
test: "composer behat || composer behat-rerun"
- php: '7.4'
wp: 'latest'
db: 'mysql:5.3'
db: 'mysql:5.6'
test: "composer behat || composer behat-rerun"
- php: '7.4'
wp: 'latest'
db: 'mariadb:10.1'
test: "composer behat || composer behat-rerun"
- php: '5.6'
wp: '3.7'
Expand Down