Skip to content

Commit 31e8b67

Browse files
committed
ci: Use only ubuntu
1 parent 7a974ac commit 31e8b67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ on:
33

44
jobs:
55
tests:
6-
runs-on: ${{ matrix.operating-system }}
6+
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
operating-system: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
109
php-versions: [ '7.3', '7.4', '8.1', '8.2', '8.3' ]
1110
phpunit-versions: [ 'latest' ]
1211
include:

0 commit comments

Comments
 (0)