Skip to content

Commit 573ab7d

Browse files
authored
Merge pull request #60 from t-hamano/enhancement/update-github-action
Update the target WordPress version of GitHub actions
2 parents df7d116 + f672816 commit 573ab7d

File tree

4 files changed

+30
-14
lines changed

4 files changed

+30
-14
lines changed

.github/workflows/run-test-and-deploy.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php-versions: [ '7.3', '7.4', '8.0' ]
16-
wp-versions: [ 'WordPress#5.9', 'WordPress#6.0' ]
17-
# wp-versions: [ 'WordPress#5.9', 'WordPress#6.0', 'WordPress' ]
15+
php-versions: [
16+
'7.3',
17+
'7.4',
18+
'8.0'
19+
]
20+
wp-versions: [
21+
'WordPress#5.9.4',
22+
'WordPress#6.0.3',
23+
'WordPress#6.1',
24+
'WordPress'
25+
]
1826
name: PHP ${{ matrix.php-versions }} / ${{ matrix.wp-versions }} Test
1927

2028
steps:

.github/workflows/run-test.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,17 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
php-versions: [ '7.3', '7.4', '8.0' ]
19-
wp-versions: [ 'WordPress#5.9', 'WordPress#6.0' ]
20-
# wp-versions: [ 'WordPress#5.9', 'WordPress#6.0', 'WordPress' ]
18+
php-versions: [
19+
'7.3',
20+
'7.4',
21+
'8.0'
22+
]
23+
wp-versions: [
24+
'WordPress#5.9.4',
25+
'WordPress#6.0.3',
26+
'WordPress#6.1',
27+
'WordPress'
28+
]
2129
name: PHP ${{ matrix.php-versions }} / ${{ matrix.wp-versions }} Test
2230

2331
steps:

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@deboxsoft/cpx": "^1.5.0",
2323
"@wordpress/base-styles": "^4.10.0",
2424
"@wordpress/e2e-test-utils": "^8.3.0",
25-
"@wordpress/env": "^5.4.0",
25+
"@wordpress/env": "^5.5.0",
2626
"@wordpress/scripts": "^24.3.0",
2727
"opener": "^1.5.2",
2828
"prettier": "npm:[email protected]",

0 commit comments

Comments
 (0)