Skip to content

Commit

Permalink
update gh test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Feb 28, 2024
1 parent da0bd09 commit 009623b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.2, 8.1]
os: [ubuntu-latest]
php: [8.2, 8.3]
laravel: [10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*

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

steps:
- name: Checkout code
Expand Down

0 comments on commit 009623b

Please sign in to comment.