From b5c3dbf1f5092dd9f38c97a37c35be3dd52b707b Mon Sep 17 00:00:00 2001 From: Eser DENIZ Date: Mon, 23 Dec 2024 12:49:29 +0100 Subject: [PATCH] chore: test against php 8.4 --- .github/workflows/test.yml | 2 +- composer.json | 2 +- composer.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 94297ce..5e71bed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: ['8.1', '8.2', '8.3'] + php: ['8.1', '8.2', '8.3', '8.4'] name: Test with php ${{ matrix.php }} on ${{ matrix.os }} diff --git a/composer.json b/composer.json index 041d61a..9b0ed83 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "saloonphp/saloon": "^3.10" }, "require-dev": { - "pestphp/pest": "^2.24", + "pestphp/pest": "^2.0|^3.0", "laravel/pint": "^1.13", "humbug/box": "^4.0", "nunomaduro/collision": "^7.0|^8.0", diff --git a/composer.lock b/composer.lock index 83c8966..28bde00 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "24484df79b0ed4d2ae2f676f9d9ac178", + "content-hash": "0ae7ebfe36db68e151847e80218b90d8", "packages": [ { "name": "composer/semver",