diff --git a/.github/workflows/tests-windows.yml b/.github/workflows/tests-windows.yml index 7c29b94..4afaac4 100644 --- a/.github/workflows/tests-windows.yml +++ b/.github/workflows/tests-windows.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.4', '8.0', '8.1', '8.2', '8.3'] + php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] steps: - uses: actions/checkout@v4 diff --git a/composer.json b/composer.json index 09ac188..c144506 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "homepage": "https://typo3.org/", "keywords": ["php", "phar", "stream-wrapper", "security"], "require": { - "php": "^7.0 || ^8.0", + "php": "^7.0 || ~8.0 || ~8.1 || ~8.2 || ~8.3", "ext-json": "*" }, "require-dev": {