Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 committed Jan 16, 2025
1 parent 03ff43c commit 3485e56
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ jobs:
laravel: [9.*, 10.*, 11.*]
dependency-version: [prefer-stable]
os: [ubuntu-latest, macos-latest]
exclude:
- php: 8.0
laravel: 10.*
- php: 8.0
laravel: 11.*
- php: 8.1
laravel: 11.*
- php: 8.3
laravel: 9.*
- php: 8.4
laravel: 9.*
- php: 8.4
laravel: 10.*

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand All @@ -32,7 +45,7 @@ jobs:

- name: Install dependencies
run: |
composer require "illuminate/support=${{ matrix.laravel }}" --no-interaction --no-update
composer require "laravel/framework=${{ matrix.laravel }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Execute tests
Expand Down

0 comments on commit 3485e56

Please sign in to comment.