Skip to content

Commit

Permalink
Updated Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Aug 31, 2024
1 parent 1679a3d commit 75cbc48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
wp: "trunk"
experimental: true
- php: "8.0"
wp: "5.6"
wp: "6.0"
experimental: true
- php: "7.4"
wp: "5.5"
wp: "6.3"
experimental: true
- php: "7.4"
wp: "latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zipitup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Create artifact
uses: montudor/action-zip@v1
with:
args: zip -X -r build/top-10.zip . -x *.git* node_modules/\* .* "*/\.*" CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md *.dist *.neon *.yml composer.* dev-helpers** build** wporg-assets** phpunit**
args: zip -X -r build/top-10.zip . -x *.git* node_modules/\* .* "*/\.*" CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md *.dist *.neon *.yml composer.* dev-helpers** build** wporg-assets** phpunit** vendor** package.json
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down
1 change: 1 addition & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<exclude-pattern>*/tests/*</exclude-pattern>
<exclude-pattern>*/index.php</exclude-pattern>
<exclude-pattern>*/index.asset.php</exclude-pattern>
<exclude-pattern>*/freemius/*</exclude-pattern>

<!-- Only check PHP files. -->
<arg name="extensions" value="php"/>
Expand Down

0 comments on commit 75cbc48

Please sign in to comment.