Skip to content

Commit

Permalink
Try new gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Friars committed Apr 22, 2024
1 parent a726377 commit 76d4f0f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: [ubuntu-latest]
php: [8.3]
laravel: ^11
stability: [prefer-stable]
os: [ubuntu-latest]
php: [8.3]
laravel: [^11]
stability: [prefer-stable]

steps:
- name: Checkout code
Expand Down

0 comments on commit 76d4f0f

Please sign in to comment.