mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
Merge branch 'amp_v3' into strict_types
This commit is contained in:
commit
6cbc7f162a
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
- name: Set up PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '7.4'
|
||||
php-version: '8.1'
|
||||
tools: composer:v2
|
||||
coverage: none
|
||||
env:
|
||||
@ -125,7 +125,6 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-version:
|
||||
- "8.0"
|
||||
- "8.1"
|
||||
- "8.2"
|
||||
- "8.3"
|
||||
|
@ -15,7 +15,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "~8.1.17 || ~8.2.4",
|
||||
"php": "~8.1.17 || ~8.2.4 || ~8.3.0",
|
||||
"ext-SimpleXML": "*",
|
||||
"ext-ctype": "*",
|
||||
"ext-dom": "*",
|
||||
|
@ -535,6 +535,10 @@ class LanguageServer extends Dispatcher
|
||||
$this->client->clientConfiguration->baseline,
|
||||
);
|
||||
}
|
||||
|
||||
$this->logInfo("Initializing: Complete.");
|
||||
$progress->end('initialized');
|
||||
|
||||
/**
|
||||
* Information about the server.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user