Skip to content

Commit

Permalink
Update GitHub Actions for Laravel 12
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Feb 15, 2025
1 parent 3b89a46 commit 1f1760a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@ on:
push:
branches:
- main

pull_request:
types: [ready_for_review, synchronize, opened]

types:
- ready_for_review
- synchronize
- opened
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
php: [8.2, 8.3, 8.4]
laravel: [11.*]
laravel: ['11.*', '12.*']

name: PHP:${{ matrix.php }} / Laravel:${{ matrix.laravel }}

Expand Down

0 comments on commit 1f1760a

Please sign in to comment.