Skip to content

Commit

Permalink
Merge pull request #997 from woocommerce/update/pr-unit-tests-matrix
Browse files Browse the repository at this point in the history
Update PR unit tests matrix
  • Loading branch information
barryhughes authored Sep 25, 2023
2 parents 2da4f47 + f8030c9 commit 82b051b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
wp: 5.4
- php: 8.0
wp: 5.5
# WordPress 6.3+ requires PHP 7.0+
- php: 5.6
wp: latest
services:
database:
image: mysql:5.6
Expand Down
26 changes: 23 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
phpunit.xml
vendor
# Operating System files
.DS_Store
Thumbs.db

# IDE files
.idea
node_modules
.vscode/*
project.xml
project.properties
.project
.settings*
*.sublime-project
*.sublime-workspace
.sublimelinterrc

# Project files
node_modules/
vendor/

#PHP Unit
.phpunit.result.cache
phpunit.xml

# Build files
action-scheduler.zip

0 comments on commit 82b051b

Please sign in to comment.