Skip to content

Commit

Permalink
ci: add PHP 8.3 with WP 6.4 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Nov 25, 2023
1 parent 94ce99a commit db564d0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ jobs:
wordpress: '6.0'
- php: '8.1'
wordpress: '6.1'
- php: '8.2'
wordpress: '6.2'
- php: '8.3'
wordpress: '6.4'
- php: '8.2'
wordpress: 'latest'
- php: '8.2'
wordpress: 'nightly'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup PHP
Expand Down Expand Up @@ -53,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -62,7 +66,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: Install
run: |
composer install --no-interaction
Expand Down

0 comments on commit db564d0

Please sign in to comment.