Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Mar 3, 2025
1 parent 95907a7 commit f385427
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
laravel-tests:
runs-on: "ubuntu-latest"
continue-on-error: ${{ matrix.experimental }}
continue-on-error: false
strategy:
matrix:
dependencies:
Expand All @@ -23,8 +23,6 @@ jobs:
- 11
- 10
- 9
experimental:
- false
include:
- laravel: 13
phpunit: '^12.0'
Expand Down Expand Up @@ -84,7 +82,7 @@ jobs:
phpunit-tests:
runs-on: "ubuntu-latest"
continue-on-error: ${{ matrix.experimental }}
continue-on-error: false
strategy:
matrix:
dependencies:
Expand All @@ -95,8 +93,6 @@ jobs:
- '^11.0'
- '^10.0'
- '^9.6'
experimental:
- false
include:
- phpunit: '^12.0'
php: 8.3
Expand Down

0 comments on commit f385427

Please sign in to comment.