Skip to content

Commit 5bc2eca

Browse files
committed
run less tests
1 parent 554628e commit 5bc2eca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: run-tests
33
on:
44
push:
55
paths:
6-
- '**.php'
7-
- '.github/workflows/run-tests.yml'
8-
- 'phpunit.xml.dist'
9-
- 'composer.json'
10-
- 'composer.lock'
6+
- "**.php"
7+
- ".github/workflows/run-tests.yml"
8+
- "phpunit.xml.dist"
9+
- "composer.json"
10+
- "composer.lock"
1111

1212
jobs:
1313
test:
@@ -17,9 +17,9 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
php: [8.3, 8.2]
21-
laravel: [11.*, 10.*]
22-
stability: [prefer-lowest, prefer-stable]
20+
php: [8.3]
21+
laravel: [11.*]
22+
stability: [prefer-stable]
2323
include:
2424
- laravel: 11.*
2525
testbench: 9.*

0 commit comments

Comments
 (0)