Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
megasteve19 committed Jun 7, 2024
1 parent 7b71889 commit cf3aab7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ["8.1", "8.2", "8.3"]
laravel: ["10", "11"]
php-versions: [8.1, 8.2, 8.3]
laravel: [10, 11]
exclude:
- php: "8.1"
laravel: "11"
- php: '8.1'
laravel: 11

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit cf3aab7

Please sign in to comment.