Skip to content

Commit

Permalink
laravel-11: update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeremcansev committed Jul 23, 2024
1 parent c3e689b commit b555338
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand All @@ -36,8 +36,16 @@ jobs:
exclude:
- laravel: 9.*
php: 8.1
- laravel: 9.*
php: 8.2
- laravel: 10.*
php: 8.1
- laravel: 10.*
php: 8.2
- laravel: 10.*
php: 8.3
- laravel: 11.*
php: 8.2
- laravel: 11.*
php: 8.3

Expand Down

0 comments on commit b555338

Please sign in to comment.