Skip to content

Commit

Permalink
Exclude Laravel 11 tests for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Jun 26, 2024
1 parent 3288bd2 commit b42d57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
laravel: 11.*
- php: 8.0
laravel: 11.*
- php: 8.0
- php: 8.1
laravel: 11.*

name: 'PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}'
Expand Down

0 comments on commit b42d57a

Please sign in to comment.