Skip to content
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

Maintenance/support php 81 #9

Merged
merged 3 commits into from
Dec 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Testing php 8.1 with laravel 8.74 as its lowest version of laravel
  • Loading branch information
ChristopheTremblay committed Dec 2, 2021
commit 6bfdf4e7290e088c8f04a74378c386206f8b49ae
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@ jobs:
php: [7.3, 7.4, 8.0, 8.1]
laravel: [8.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 8.1
laravel: 8.*
dependency-version: prefer-lowest
include:
- laravel: 8.*
testbench: 6.*
exclude:
#Testing php 8.1 with Laravel 8.74 as its lowest
- php: 8.1
laravel: 8.*
laravel: ^8.74
dependency-version: prefer-lowest
testbench: 6.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand Down