Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lakuapik committed Dec 11, 2023
1 parent 5aada55 commit 71886e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- laravel: 10.*
php: 8.2
testbench: ^8.0
monolog: ^3.0,
monolog: ^3.0
stability: prefer-stable
- laravel: 9.*
php: 8.1
testbench: ^7.0
monolog: ^2.0,
monolog: ^2.0
stability: prefer-stable
name: Laravel ${{ matrix.laravel }} with PHP ${{ matrix.php }} - ${{ matrix.stability }}
steps:
Expand Down

0 comments on commit 71886e0

Please sign in to comment.