dev-dependency updates
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -6,6 +6,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- php: '8.2'
|
||||
wordpress: '6.2'
|
||||
- php: '8.1'
|
||||
wordpress: '6.1'
|
||||
- php: '8.0'
|
||||
@@ -42,7 +44,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
node-version: '18'
|
||||
- name: Install
|
||||
run: |
|
||||
composer install --no-interaction
|
||||
|
Reference in New Issue
Block a user