Skip to content

Commit

Permalink
Remove matrix os
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuCh3n committed Nov 15, 2023
1 parent 0b8bb66 commit 134f541
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
php: [7.4, 8.1, 8.2]
stability: [prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 134f541

Please sign in to comment.