Skip to content

Commit

Permalink
Hopefully fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni committed Aug 9, 2023
1 parent 995d0d5 commit 7a457bd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0, 8.1]
laravel: [9.*]
stability: [prefer-lowest, prefer-stable]
php: [8.1, 8.2]
laravel: [9.*, 10.*]
stability: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*

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

Expand Down

0 comments on commit 7a457bd

Please sign in to comment.