We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0194796 commit 6eb9a35Copy full SHA for 6eb9a35
1 file changed
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.operating-system }}
8
strategy:
9
matrix:
10
- operating-system: [ubuntu-latest, windows-latest, macos-latest]
+ operating-system: [ubuntu-latest]
11
php-versions: ['7.2', '7.3', '7.4']
12
name: "PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}"
13
steps:
0 commit comments