Skip to content

Commit

Permalink
Merge branch 'develop' into fix/PIWOO-376
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Jan 11, 2024
2 parents 6f58195 + d8e9314 commit 3898ddf
Show file tree
Hide file tree
Showing 7 changed files with 7,418 additions and 16,522 deletions.
9 changes: 9 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,14 @@ patchwork.json
*.config.*
*.md
gulpfile.js
webpack.config.js
readme.md
changelog.txt
psalm.xml
node_modules/
.babelrc
.composer_compiled_assets
.editorconfig
.env.example
.idea/
.psalm/
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0']
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

name: PHP ${{ matrix.php-versions }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: true
jobs:
create_archive:
uses: inpsyde/reusable-workflows/.github/workflows/build-plugin-archive.yml@main
uses: inpsyde/reusable-workflows/.github/workflows/build-plugin-archive.yml@task/build-plugin-archive-without-dep-dependencies
with:
PLUGIN_VERSION: ${{ inputs.PACKAGE_VERSION }}
PHP_VERSION: 7.2
Expand Down
Loading

0 comments on commit 3898ddf

Please sign in to comment.