Skip to content

Commit 93e5821

Browse files
committed
update php version, remove unit tests
1 parent 03a2c7e commit 93e5821

File tree

5 files changed

+2
-281
lines changed

5 files changed

+2
-281
lines changed

.github/workflows/js-unit-test.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/php-5.6.39.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

.github/workflows/php-7.3.5.yml

Lines changed: 0 additions & 80 deletions
This file was deleted.

.github/workflows/php-8.0.0.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- php_version: 8.2
3030
wp_version: null
3131

32-
name: Playwright tests on PHP ${{ matrix.php_version }} and WP ${{ matrix.wp_version || 'latest' }}
32+
name: PHP ${{ matrix.php_version }} and WP ${{ matrix.wp_version || 'latest' }}
3333
steps:
3434
- uses: actions/checkout@v4
3535
- uses: actions/setup-node@v4
@@ -51,7 +51,7 @@ jobs:
5151
5252
echo '{
5353
"core": '$core',
54-
"phpVersion": "7.5",
54+
"phpVersion": "${{ matrix.php_version }}",
5555
"plugins": [ "." ],
5656
"config": {
5757
"SCRIPT_DEBUG": false

0 commit comments

Comments
 (0)