From 04e513443d494b7ede7233accfc1cc835855a2ef Mon Sep 17 00:00:00 2001 From: Nadar Date: Wed, 26 Jun 2024 08:53:20 +0000 Subject: [PATCH] chore: Update PHP versions in tests.yml and composer.json --- .github/workflows/tests.yml | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e7e677c..14da222 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,7 +55,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: ['7.4', '8.0', '8.1', '8.2'] + php: ['8.0', '8.1', '8.2', '8.3'] steps: ## checkout the repoistory @@ -77,7 +77,7 @@ jobs: ## run unit tests - name: PHP Unit tests for PHP run: vendor/bin/phpunit --verbose --configuration actions.phpunit.xml - if: matrix.php == '8.2' || matrix.php == '8.1' || matrix.php == '8.0' || matrix.php == '7.4' + if: matrix.php == '8.3' || matrix.php == '8.2' || matrix.php == '8.1' || matrix.php == '8.0'' ## unit test with coverage - name: PHP Unit tests for PHP 8.0 diff --git a/composer.json b/composer.json index 07d184b..b4d6709 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ }, "require-dev": { "luyadev/luya-testsuite": "^2.0", - "luyadev/luya-module-admin": "^1.0|^2.0|^3.0|^4.0" + "luyadev/luya-module-admin": "^1.0|^2.0|^3.0|^4.0|^5.0" }, "autoload": { "psr-4": {