Skip to content

Commit

Permalink
feat: updated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
marufmax committed Mar 24, 2024
1 parent fa03b11 commit 56cbeea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1]
laravel: [10.0]
php: [8.2]
laravel: [11.0]
name: P${{ matrix.php }} - L${{ matrix.laravel }}
steps:
- name: Checkout code
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
cd ../app
composer require livewire/livewire:^3.0
composer require livewire/livewire:^3.4
composer config repositories.local '{"type": "path", "url": "../tall"}' --file composer.json
composer require laravel-frontend-presets/tall:@dev
- name: Install preset
Expand Down

0 comments on commit 56cbeea

Please sign in to comment.