We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19c373 commit 7118a5fCopy full SHA for 7118a5f
1 file changed
.github/workflows/test.yaml
@@ -5,8 +5,8 @@ jobs:
5
runs-on: ${{ matrix.operating-system }}
6
strategy:
7
matrix:
8
- operating-system: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
9
- php-versions: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
+ operating-system: [ 'macos-latest' ]
+ php-versions: [ '7.4' ]
10
steps:
11
- name: Checkout repo
12
uses: actions/checkout@v4
0 commit comments