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",