Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Agilo/medusawp
Browse files Browse the repository at this point in the history
  • Loading branch information
anteprimorac committed Dec 11, 2023
2 parents 4aa4a1b + f085405 commit 9f1cfc8
Show file tree
Hide file tree
Showing 20 changed files with 726 additions and 222 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

strategy:
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2']
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
composer-version: ['v1', 'v2']

steps:
Expand Down Expand Up @@ -83,5 +83,6 @@ jobs:
- name: Install composer dependencies
run: composer install --prefer-dist --no-progress --no-suggest -d ./wordpress-plugin

- name: Run PHPUnit
run: composer run-script test -d ./wordpress-plugin
- run: composer run-script test:phpsyntax -d ./wordpress-plugin
- run: composer run-script test:phpcs -d ./wordpress-plugin
- run: composer run-script test:unit -d ./wordpress-plugin
2 changes: 1 addition & 1 deletion dev/wp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^7.4 || ^8.0",
"agilo/medusawp": "@dev",
"drupal-composer/preserve-paths": "^0.1.4",
"johnpbloch/wordpress": "6.4.1",
"johnpbloch/wordpress": "6.4.2",
"wpackagist-plugin/wp-crontrol": "*"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 9f1cfc8

Please sign in to comment.