Skip to content

Commit

Permalink
Update phpunit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Jun 4, 2024
1 parent 7812e7a commit 785db7e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ permissions: read-all

jobs:
laravel:
runs-on: ubuntu-latest

strategy:
fail-fast: true
matrix:
os: [ "ubuntu", "macos" ]
php: [ "8.1", "8.2", "8.3" ]
laravel: [ "10.0", "11.0" ]
exclude:
- laravel: "11.0"
php: "8.1"

runs-on: ${{ matrix.os }}-latest

name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
name: OS ${{ matrix.os }}, PHP ${{ matrix.php }}, LRV ${{ matrix.laravel }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 785db7e

Please sign in to comment.