From 21db2f2426519375c225bd77bdf7f004bc43ddef Mon Sep 17 00:00:00 2001 From: Jasper Tey Date: Mon, 20 Mar 2023 14:00:28 -0400 Subject: [PATCH] Update dependencies and test runner. --- .github/workflows/run-tests.yml | 5 ++++- composer.json | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 08cc9ab..3bbf0c9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -14,12 +14,15 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.2, 8.1] - laravel: [9.*] + laravel: [9.*, 10.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 9.* testbench: 7.* carbon: ^2.63 + - laravel: 10.* + testbench: 8.* + carbon: ^2.63 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 8ff71f2..6d3d490 100644 --- a/composer.json +++ b/composer.json @@ -13,14 +13,14 @@ "authors": [ { "name": "Jasper Tey", - "email": "jasper@jtey.com", + "email": "jasper@lunarstorm.ca", "role": "Developer" } ], "require": { - "php": "^8.1", + "php": "^8.1|^8.2", "spatie/laravel-package-tools": "^1.13.0", - "illuminate/contracts": "^9.0" + "illuminate/contracts": "^9.0|^10.0" }, "require-dev": { "laravel/pint": "^1.0",