Skip to content

Commit 941543f

Browse files
committed
Update workflow
1 parent f983546 commit 941543f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
name: run-tests
1+
name: Tests
22

33
on: [ push, pull_request ]
44

55
jobs:
66
test:
7-
runs-on: ${{ matrix.os }}
7+
runs-on: ubuntu-latest
88
strategy:
99
fail-fast: true
1010
matrix:
11-
os: [ ubuntu-latest ]
1211
php: [ 8.0, 8.1 ]
1312
laravel: [ 8.* ]
1413
dependency-version: [ prefer-stable ]

0 commit comments

Comments
 (0)