Skip to content

Commit c09978a

Browse files
committed
fix: test
1 parent 29ac04b commit c09978a

File tree

5 files changed

+133
-66
lines changed

5 files changed

+133
-66
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [macos-latest, windows-latest]
11-
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
11+
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1212
name: Test on ${{ matrix.os }} & PHP ${{ matrix.php-version }}
1313
steps:
1414
- name: Checkout

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ A: We now use `fmt.stub.php` from driade's [phpfmt8](https://github.com/driade/p
8080
<!-- Configuration START -->
8181
| Key | Type | Description | Default |
8282
| - | - | - | - |
83-
| phpfmt.php_bin | `string` | php executable path | "/usr/local/bin/php" |
83+
| phpfmt.php_bin | `string` | php executable path | "php" |
8484
| phpfmt.use_old_phpfmt | `boolean` | use old fmt.phar which supports 5.6 | false |
8585
| phpfmt.detect_indent | `boolean` | auto detecting indent type and size (will ignore indent_with_space) | false |
8686
| phpfmt.psr1 | `boolean` | activate PSR1 style | false |

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"properties": {
9595
"phpfmt.php_bin": {
9696
"type": "string",
97-
"default": "/usr/local/bin/php",
97+
"default": "php",
9898
"description": "php executable path"
9999
},
100100
"phpfmt.use_old_phpfmt": {
@@ -684,8 +684,8 @@
684684
"@types/mocha": "^10.0.6",
685685
"@types/node": "^18.0.0",
686686
"@types/semver": "^7.5.8",
687-
"@types/vscode": "^1.60.0",
688-
"@vscode/test-electron": "^2.3.9",
687+
"@types/vscode": "^1.96.0",
688+
"@vscode/test-electron": "^2.4.1",
689689
"@vscode/vsce": "^3.2.1",
690690
"adm-zip": "^0.5.16",
691691
"consola": "^3.4.0",

0 commit comments

Comments
 (0)