Skip to content

Commit 3e0054d

Browse files
committed
fix php version to 8.3 for psalm
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 6ee45f2 commit 3e0054d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/psalm-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
with:
5151
persist-credentials: false
5252

53-
- name: Set up php${{ matrix.php-versions }}
53+
- name: Set up php8.3
5454
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
5555
with:
56-
php-version: ${{ matrix.php-versions }}
56+
php-version: 8.3
5757
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
5858
coverage: none
5959
ini-file: development

psalm.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
<referencedClass name="GuzzleHttp\Exception\ClientException" />
3737
<referencedClass name="OCP\TaskProcessing\ISynchronousProvider" />
3838
<referencedClass name="OCP\TaskProcessing\EShapeType" />
39+
<referencedClass name="OCP\TaskProcessing\TaskTypes\TextToTextProofread" />
40+
<referencedClass name="OCP\TaskProcessing\TaskTypes\TextToTextChatWithTools" />
3941
</errorLevel>
4042
</UndefinedClass>
4143
<UndefinedDocblockClass>

0 commit comments

Comments
 (0)