Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Feb 16, 2025
1 parent 218aff8 commit 1d33793
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tests

on: [ push, pull_request ]
on: [push, pull_request]

jobs:
test:
Expand All @@ -9,10 +9,10 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 8.1, 8.2, 8.3 ]
stability: [ prefer-stable ]
laravel: [ 10.*, 11.* ]
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
stability: [prefer-stable]
laravel: [10.*, 11.*]
include:
- laravel: 10.*
testbench: 8.*
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./clover.xml
fail_ci_if_error: true
# verbose: true
verbose: true

0 comments on commit 1d33793

Please sign in to comment.