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 1ed730e commit 19bfeb9Copy full SHA for 19bfeb9
.github/workflows/compatibility.yml
@@ -10,7 +10,7 @@ jobs:
10
if: "!contains(github.event.head_commit.message, '[ci skip]')"
11
strategy:
12
matrix:
13
- operating-system: [ubuntu-latest, windows-latest, macos-latest]
+ operating-system: [ubuntu-latest]
14
php-versions: ['7.3', '7.4', '8.0']
15
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
16
steps:
0 commit comments