Skip to content

Commit

Permalink
Merge pull request #69 from savannabits/3.x-dev
Browse files Browse the repository at this point in the history
Adjusted the run-tests workflow to capture the testbench and carbon matrix
  • Loading branch information
coolsam726 authored Apr 13, 2024
2 parents 3057422 + f601509 commit 45acb6a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ jobs:
os: [ ubuntu-latest, windows-latest ]
php: [ 8.1,8.2 ]
laravel: [ 10.*, 11.* ]
testbench: [ 8.*, 9.* ]
carbon: [ 2.*, 3.* ]
stability: [ prefer-lowest, prefer-stable ]
include:
- laravel: 10.*
testbench: 8.*
carbon: 2.*

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

Expand Down

0 comments on commit 45acb6a

Please sign in to comment.