Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Mar 13, 2024
1 parent 14e0433 commit 10483c9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: CI
on:
push:
branches:
- *
- '*'
tags:
- *
- '*'
pull_request:
branches:
- *
- '*'

jobs:
build:
Expand All @@ -21,14 +21,14 @@ jobs:
laravel: ['9.*', '10.*', '11.*']
prefer: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*
- laravel: '9.*'
testbench: '7.*'
- laravel: '10.*'
testbench: '8.*'
- laravel: '11.*'
testbench: '9.*'
exclude:
- laravel: 11.*
- laravel: '11.*'
php: '8.1'

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}
Expand Down Expand Up @@ -62,4 +62,4 @@ jobs:
- uses: codecov/codecov-action@v3.1.1
with:
fail_ci_if_error: false
file: *.xml
file: '*.xml'

0 comments on commit 10483c9

Please sign in to comment.