Skip to content

Commit

Permalink
Merge pull request #19 from fikrimastor/feature/laravel-11
Browse files Browse the repository at this point in the history
feat: added support to Laravel 11
  • Loading branch information
fikrimastor authored Dec 18, 2024
2 parents f16fbe1 + 4833263 commit 17383a3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,25 @@ on:

jobs:
test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.2]
laravel: [10.*]
php: [8.1, 8.2, 8.3]
laravel: [10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
carbon: ^2.67
- laravel: 11.*
testbench: 9.*
carbon: ^3.8
exclude:
- laravel: 11.*
php: 8.1

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit 17383a3

Please sign in to comment.