Skip to content

Commit 19bfeb9

Browse files
committed
chore(project): Change OS matrix on workflow
1 parent 1ed730e commit 19bfeb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1111
strategy:
1212
matrix:
13-
operating-system: [ubuntu-latest, windows-latest, macos-latest]
13+
operating-system: [ubuntu-latest]
1414
php-versions: ['7.3', '7.4', '8.0']
1515
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1616
steps:

0 commit comments

Comments
 (0)