Skip to content

Commit bf86bf0

Browse files
authored
Update php.yml
1 parent b20864b commit bf86bf0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: [7.0, 7.1, 7.2, 7.3, 7.4]
14+
php: [7.1, 7.2, 7.3, 7.4]
1515
steps:
1616
- uses: actions/checkout@v1
1717
- uses: shivammathur/setup-php@v2
1818
with:
1919
php-version: ${{ matrix.php }}
20+
- name: Update PECL
21+
run: pecl channel-update pecl.php.net
2022
- name: Install ext-trader
2123
run: pecl install trader
2224
- name: Install Composer dependencies

0 commit comments

Comments
 (0)