From 8426891f839aee790bf28a7b98c8a5922161b149 Mon Sep 17 00:00:00 2001 From: Simo Heinonen Date: Fri, 6 Sep 2024 14:40:24 +0300 Subject: [PATCH] Use azjezz/psl 3.0.0 --- .github/workflows/analyzers.yaml | 2 +- .github/workflows/code-style.yaml | 2 +- .github/workflows/tests.yaml | 2 +- composer.json | 4 ++-- psalm.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/analyzers.yaml b/.github/workflows/analyzers.yaml index b67d45e..ebcb846 100644 --- a/.github/workflows/analyzers.yaml +++ b/.github/workflows/analyzers.yaml @@ -7,7 +7,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['8.1', '8.2', '8.3'] + php-versions: ['8.2', '8.3'] fail-fast: false name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} steps: diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index 089eaa5..57ab447 100644 --- a/.github/workflows/code-style.yaml +++ b/.github/workflows/code-style.yaml @@ -7,7 +7,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['8.1', '8.2', '8.3'] + php-versions: ['8.2', '8.3'] fail-fast: false name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} steps: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7970d91..81f5368 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -7,7 +7,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['8.1', '8.2', '8.3'] + php-versions: ['8.2', '8.3'] fail-fast: false name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} steps: diff --git a/composer.json b/composer.json index 69de947..619997c 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ } ], "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "azjezz/psl": "^2.5", + "php": "~8.2.0 || ~8.3.0", + "azjezz/psl": "^3.0.0", "php-soap/xml": "^1.6.0" }, "autoload-dev": { diff --git a/psalm.xml b/psalm.xml index f371756..822cbb1 100644 --- a/psalm.xml +++ b/psalm.xml @@ -2,7 +2,7 @@