Skip to content

Commit edf350a

Browse files
committed
chore: update action script, only test on php 8.0+
1 parent 1a386f1 commit edf350a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ on:
99

1010
jobs:
1111
test:
12-
name: Test on php ${{ matrix.php}} and ${{ matrix.os }}
13-
runs-on: ${{ matrix.os }}
12+
name: Test on php ${{ matrix.php}}
13+
runs-on: ubuntu-latest
1414
timeout-minutes: 10
1515
strategy:
1616
fail-fast: true
1717
matrix:
18-
php: [7.3, 7.4, 8.0] #
19-
os: [ubuntu-latest, macOS-latest] # windows-latest,
18+
php: [8.0] # 7.3, 7.4,
19+
# os: [ubuntu-latest] # windows-latest,
2020
# include:
2121
# - os: 'ubuntu-latest'
2222
# php: '7.2'

0 commit comments

Comments
 (0)