From de5b03202716cca655bb7d301161bcf46d15f980 Mon Sep 17 00:00:00 2001 From: enricodelazzari Date: Sat, 19 Jul 2025 18:13:14 +0200 Subject: [PATCH] wip --- .github/workflows/run-tests.yml | 14 ++++++++++---- composer.json | 14 +++++++------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index d67827d..bb97b64 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -2,9 +2,11 @@ name: run-tests on: push: - branches: [main] + branches: + - main pull_request: - branches: [main] + branches: + - main jobs: test: @@ -13,8 +15,8 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.3, 8.2, 8.1, 8.0] - laravel: [11.*, 10.*, 9.*] + php: [8.4, 8.3, 8.2, 8.1, 8.0] + laravel: ['9.*', '10.*', '11.*', '12.*'] stability: [prefer-lowest, prefer-stable] include: - laravel: 11.* @@ -33,6 +35,10 @@ jobs: php: 8.1 - laravel: 11.* php: 8.0 + - laravel: 12.* + php: 8.1 + - laravel: 12.* + php: 8.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 2c53119..7f6bff9 100644 --- a/composer.json +++ b/composer.json @@ -25,17 +25,17 @@ "require": { "php": "^8.0", "ext-openssl": "*", - "illuminate/contracts": "^9.0|^10.0|^11.0", - "illuminate/database": "^9.0|^10.0|^11.0", - "illuminate/support": "^9.0|^10.0|^11.0", - "illuminate/validation": "^9.0|^10.0|^11.0", + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0", + "illuminate/database": "^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", + "illuminate/validation": "^9.0|^10.0|^11.0|^12.0", "spatie/laravel-package-tools": "^1.14.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.4", - "orchestra/testbench": "^7.0|^8.0|^9.0", - "phpunit/phpunit": "^9.5|^10.5", - "vimeo/psalm": "^4.20|^5.22" + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", + "phpunit/phpunit": "^9.5|^10.5|^11.5.3", + "vimeo/psalm": "^4.20|^5.22|^6.7" }, "autoload": { "psr-4": {