From 93af35538ed2ea5c34c3ec1d2352bf8cb8ef09c9 Mon Sep 17 00:00:00 2001 From: Koldo Picaza <1093654+kpicaza@users.noreply.github.com> Date: Sat, 2 Dec 2023 13:32:19 +0100 Subject: [PATCH] update php versions support --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/mutation-tests.yml | 2 +- .github/workflows/phpunit.yml | 2 +- .github/workflows/psalm.yml | 2 +- composer.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 3e525a5..2bec08b 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -19,10 +19,10 @@ jobs: dependencies: - "locked" php-version: - - "7.4" - "8.0" - "8.1" - "8.2" + - "8.3" operating-system: - "ubuntu-latest" diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index edc13a3..2d82137 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -19,10 +19,10 @@ jobs: dependencies: - "locked" php-version: - - "7.4" - "8.0" - "8.1" - "8.2" + - "8.3" operating-system: - "ubuntu-latest" diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 3cd778c..ec14d65 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -19,10 +19,10 @@ jobs: dependencies: - "locked" php-version: - - "7.4" - "8.0" - "8.1" - "8.2" + - "8.3" operating-system: - "ubuntu-latest" diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index e7909be..f7bb5a6 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -19,10 +19,10 @@ jobs: dependencies: - "locked" php-version: - - "7.4" - "8.0" - "8.1" - "8.2" + - "8.3" operating-system: - "ubuntu-latest" diff --git a/composer.json b/composer.json index 3872398..fe76c1d 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.4|^8.0|^8.1|^8.2" + "php": "~8.0.0|~8.1.0|~8.2.0|~8.3.0" }, "require-dev": { "icanhazstring/composer-unused": "^0.8",