Skip to content

Commit

Permalink
fix monolog
Browse files Browse the repository at this point in the history
  • Loading branch information
lakuapik committed Dec 11, 2023
1 parent 538ecc4 commit 5aada55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
- laravel: 10.*
php: 8.2
testbench: ^8.0
monolog: ^3.0,
stability: prefer-stable
- laravel: 9.*
php: 8.1
testbench: ^7.0
monolog: ^2.0,
stability: prefer-stable
name: Laravel ${{ matrix.laravel }} with PHP ${{ matrix.php }} - ${{ matrix.stability }}
steps:
Expand All @@ -32,7 +34,7 @@ jobs:
composer require \
"laravel/framework:${{ matrix.laravel }}" \
"orchestra/testbench:${{ matrix.testbench }}" \
"monolog/monolog" \
"monolog/monolog:${{ matrix.monolog }}" \
--no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
Expand Down

0 comments on commit 5aada55

Please sign in to comment.