Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit c7937dd

Browse files
committed
fix CI
1 parent 3a257ab commit c7937dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ on: push
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, 7.4]
1312
laravel: [8.*, 7.*]
1413
dependency-version: [prefer-lowest, prefer-stable]

0 commit comments

Comments
 (0)