Skip to content

Commit

Permalink
update: wp-scripts 28.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drill-lancer committed Aug 7, 2024
1 parent fbe043d commit 57c1eb8
Show file tree
Hide file tree
Showing 7 changed files with 8,507 additions and 17,044 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1']
wp-versions: ['6.2']
wp-versions: ['6.6']
services:
mysql:
image: mysql:5.7
Expand All @@ -28,13 +28,10 @@ jobs:
MYSQL_PASSWORD: wordpress
steps:
- uses: actions/checkout@v3
- name: Read .node-version
run: echo "{NODEVERSION}={$(cat .node-version)}" >> $GITHUB_OUTPUT
id: nodenv
- name: Setup Node.js (.node-version)
uses: actions/setup-node@v3
with:
node-version: '${{ steps.nodenv.outputs.NODEVERSION }}'
node-version: 20.x
- name: Cache multiple paths
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -69,13 +66,10 @@ jobs:
needs: [php_unit]
steps:
- uses: actions/checkout@main
- name: Read .node-version
run: echo "##[set-output name=NODEVERSION;]$(cat .node-version)"
id: nodenv
- name: Setup Node.js (.node-version)
uses: actions/setup-node@v3
with:
node-version: '${{ steps.nodenv.outputs.NODEVERSION }}'
node-version: 20.x
- name: Install NPM Scripts
run: npm install
- name: Install Composer Packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1','8.0','7.4']
wp-versions: ['6.2','6.1']
wp-versions: ['6.6','6.5','6.4']
services:
mysql:
image: mysql:5.7
Expand Down
File renamed without changes.
Loading

0 comments on commit 57c1eb8

Please sign in to comment.