Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarFaruk-0x01 authored Feb 20, 2024
1 parent bc12a31 commit ee334f3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2]
php: [8.2, 8.1, 8.0]
laravel: [11.*, 10.*, 9.*, 8.*]
stability: [prefer-stable]
include:
Expand All @@ -23,7 +23,13 @@ jobs:
testbench: 6.23
exclude:
- laravel: 11.*
php: 8.1
php: 8.2
- laravel: 10.*
php: 8.2
- laravel: 9.*
php: 8.2
- laravel: 8.*
php: 8.2

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

Expand Down

0 comments on commit ee334f3

Please sign in to comment.