Skip to content

Commit

Permalink
Update test runs to reflect Laravel version
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglasdc3 committed Aug 4, 2023
1 parent b657eb0 commit fd078b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Run Tests - Current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.0]
php: [8.1, 8.2]
laravel: [10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 7.*
testbench: 8.*

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

Expand Down
17 changes: 14 additions & 3 deletions .github/workflows/Run Tests - Older.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,21 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4]
laravel: [7.*, 8.*]
testbench: ['*']
dependency-version: [prefer-lowest, prefer-stable]
testbench: "*"
include:
- php: 8.0
laravel: "10.*"
- php: 8.0
laravel: "9.*"
- php: 8.1
laravel: "9.*"
- php: 8.1
laravel: "9.*"
- php: 7.4
laravel: "7.*"
- php: 7.4
laravel: "8.*"

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

Expand Down

0 comments on commit fd078b4

Please sign in to comment.