Skip to content

Commit 7118a5f

Browse files
committed
tests: macOS + PHP 7.4 only
1 parent b19c373 commit 7118a5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
runs-on: ${{ matrix.operating-system }}
66
strategy:
77
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' ]
8+
operating-system: [ 'macos-latest' ]
9+
php-versions: [ '7.4' ]
1010
steps:
1111
- name: Checkout repo
1212
uses: actions/checkout@v4

0 commit comments

Comments
 (0)