Skip to content

Commit

Permalink
Update run-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
myckhel authored May 12, 2024
1 parent 561f511 commit aa2e507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2]
laravel: [10.*, 11.*]
php: [8.2]
laravel: [11.*]
dependency-version: [prefer-stable]
include:
- laravel: 10.*
- laravel: 11.*
- testbench: 9.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
Expand Down

0 comments on commit aa2e507

Please sign in to comment.