From 1eb5dd9078d399d0e9a83df011c96e43041b35ef Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 17 Jul 2024 10:07:21 +0200 Subject: [PATCH] Widen PHP version range Inspired by php-stubs/wordpress-stubs#189 --- .github/workflows/integrate.yml | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index e70f8d0..489e64f 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -20,6 +20,7 @@ jobs: strategy: matrix: php-version: + - "8.3" - "8.2" - "8.1" - "8.0" @@ -59,6 +60,7 @@ jobs: strategy: matrix: php-version: + - "8.3" - "8.2" - "8.1" - "8.0" diff --git a/composer.json b/composer.json index f3a8906..88a77d0 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "homepage": "https://github.com/php-stubs/wordpress-tests-stubs", "license": "MIT", "require-dev": { - "php": "~7.3 || ~8.0", + "php": "^7.3 || ^8.0", "php-stubs/generator": "^0.8.0" }, "suggest": {