From 7a42c0451792c8b51c7268955e23c9b17b74335e Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises Date: Fri, 19 Apr 2024 19:43:57 -0400 Subject: [PATCH] Attempt to fix CI --- .github/workflows/ci.yml | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e7cf41..a5cec30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-versions: ['7.4', '8.0', '8.1'] + php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] phpunit-versions: ['latest'] steps: - name: Checkout @@ -91,7 +91,7 @@ jobs: run: vendor/bin/phpunit - name: Install Psalm - run: composer require --dev vimeo/psalm:^4|^5 + run: composer require --dev vimeo/psalm - name: Static Analysis run: vendor/bin/psalm diff --git a/composer.json b/composer.json index 98a7c49..4384bf9 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "paragonie/sodium_compat": "^1|^2" }, "require-dev": { - "composer/composer": "^1|>=2.0.14", + "composer/composer": "^1|^2", "phpunit/phpunit": "^4|^5|^6|^7|^8|^9" }, "scripts": {