Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Iankumu committed Mar 13, 2024
1 parent 5b88c06 commit 0eb2339
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
- laravel: 10.*
php: 8.0
- laravel: 11.*
php: [8.0, 8.1]
php: 8.0
- laravel: 11.*
php: 8.1

name: PHP${{ matrix.php }} - LARAVEL${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit 0eb2339

Please sign in to comment.