Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
Exclude test for Laravel 11.x on PHP 8.1 environment
  • Loading branch information
marcogermani87 authored Apr 20, 2024
1 parent 24f4cbd commit fe6dcd3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
testbench: 9.*
carbon: ^3
filament: ^3
exclude:
- os: ubuntu-latest
php: 8.1
laravel: 11.*
- os: windows-latest
php: 8.1
laravel: 11.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit fe6dcd3

Please sign in to comment.