We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc106cd commit ae1c297Copy full SHA for ae1c297
1 file changed
.github/workflows/tests.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.operating-system }}
8
strategy:
9
matrix:
10
- operating-system: [ubuntu-latest, macos-latest, windows-latest]
+ operating-system: [ubuntu-latest] #[ubuntu-latest, macos-latest, windows-latest]
11
php-versions: ['7.3', '7.4', '8.0']
12
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
13
0 commit comments