Skip to content

Commit

Permalink
chore: update workflow config and php deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Biont committed Aug 9, 2023
1 parent 302fbf8 commit 8a59b06
Show file tree
Hide file tree
Showing 3 changed files with 354 additions and 315 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
uses: inpsyde/reusable-workflows/.github/workflows/build-plugin-archive.yml@main
with:
PLUGIN_VERSION: ${{ inputs.PACKAGE_VERSION }}
#PLUGIN_MAIN_FILE: index.php
PHP_VERSION: 7.2
PLUGIN_MAIN_FILE: mollie-payments-for-woocommerce.php
PRE_SCRIPT: |
echo 'hello world!';
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Mollie B.V.",
Expand Down
Loading

0 comments on commit 8a59b06

Please sign in to comment.