From 8f048724b8464b6ce3d86ba14e631403b1af8432 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Thu, 2 May 2024 22:01:53 +0300 Subject: [PATCH] fix psalm --- .github/workflows/static.yml | 10 +++++++++- psalm83.xml | 21 +++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 psalm83.xml diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d904be7..899b7a2 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -29,7 +29,7 @@ jobs: os: >- ['ubuntu-latest'] php: >- - ['8.1', '8.2', '8.3'] + ['8.1', '8.2'] psalm74-80: uses: yiisoft/actions/.github/workflows/psalm.yml@master with: @@ -38,3 +38,11 @@ jobs: ['ubuntu-latest'] php: >- ['7.4', '8.0'] + psalm83: + uses: yiisoft/actions/.github/workflows/psalm.yml@master + with: + psalm-config: psalm83.xml + os: >- + ['ubuntu-latest'] + php: >- + ['8.3'] diff --git a/psalm83.xml b/psalm83.xml new file mode 100644 index 0000000..ee80eb3 --- /dev/null +++ b/psalm83.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + +