Skip to content

Support Laravel 12.x & PHP 8.4 #494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Feb 24, 2025
Prev Previous commit
Next Next commit
wip: simplifying test suits
  • Loading branch information
SRWieZ committed Feb 24, 2025
commit 77d84e33c99f6270101188998e906dc15219bb1c
22 changes: 2 additions & 20 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,12 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.3, 8.2, 8.1]
laravel: [12.*, 11.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 12.*
testbench: 10.*
carbon: ^3.2
laravel-package-tools: ^1.16.4
collision: ^8.1.1

- laravel: 11.*
testbench: 9.*
carbon: ^3.2
laravel-package-tools: ^1.16.4
collision: ^8.1.1

- laravel: 10.*
testbench: 8.*
carbon: ^2.63
laravel-package-tools: ^1.16.4
collision: 7.*

exclude:
- laravel: 11.*
Expand Down Expand Up @@ -61,7 +43,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" "spatie/laravel-package-tools:${{ matrix.laravel-package-tools }}" "nunomaduro/collision:${{ matrix.collision }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction

- name: List Installed Dependencies
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"require-dev": {
"guzzlehttp/guzzle": "^7.0",
"laravel/pint": "^1.0",
"larastan/larastan": "^2.0|^3.0-dev",
"nunomaduro/collision": "^7.9|^8.0",
"larastan/larastan": "^2.0|^3.0@dev",
"nunomaduro/collision": "^7.9|^8.1.1",
"orchestra/testbench": "^8.0|^9.0|^10.0",
"pestphp/pest": "^2.0|^3.0",
"pestphp/pest-plugin-arch": "^2.0|^3.0",
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy