Skip to content

Commit aed1f32

Browse files
committed
only run on ubuntu-latest
1 parent b6d4bf1 commit aed1f32

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/php.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ permissions:
1111

1212
jobs:
1313
run:
14-
runs-on: ${{ matrix.operating-system }}
14+
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
1817
php-versions: ['8.1', '8.2', '8.3', '8.4']
19-
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
18+
name: PHP ${{ matrix.php-versions }} Test
2019
steps:
2120
- name: Checkout
2221
uses: actions/checkout@v2

0 commit comments

Comments
 (0)