Skip to content

Commit

Permalink
CI/CD: Test plugin against WP 6.3 (#145)
Browse files Browse the repository at this point in the history
* CI/CD: Test plugin against WP 6.3

* CI/CD: Update workflow trigger for Upload Schema Artifact

* CI/CD: exclude php 7.4+WP 6.3 combination
  • Loading branch information
theodesp authored Aug 11, 2023
1 parent 8bd787e commit b8008ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ jobs:
strategy:
matrix:
php: [ '8.2', '7.4' ]
wordpress: [ '6.1', '6.2', '5.9' ]
wordpress: [ '6.3', '6.2', '5.9' ]
exclude:
- php: 8.2
wordpress: 5.9
- php: 7.4
wordpress: 6.2
- php: 7.4
wordpress: 6.3
fail-fast: false
name: WordPress ${{ matrix.wordpress }}, PHP ${{ matrix.php }}
steps:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/upload-schema-artifact.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Upload Schema Artifact

on:
release:
types: [ published ]
workflow_run:
workflows: ["Release"]
types:
- completed

jobs:
run:
Expand Down

0 comments on commit b8008ab

Please sign in to comment.