Skip to content

Commit 4157eee

Browse files
committed
Added PHP 7.0 to the tests
1 parent d924c6a commit 4157eee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: [7.1, 7.2, 7.3, 7.4]
14+
php: [7.0, 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 }}
2020
tools: pecl
2121
extensions: trader
22-
# - name: Update PECL
23-
# run: pecl channel-update pecl.php.net
24-
# - name: Install ext-trader
25-
# run: pecl install trader
2622
- name: Install Composer dependencies
2723
run: composer install --prefer-dist --no-progress
2824
- name: Run tests

0 commit comments

Comments
 (0)