Skip to content

Commit

Permalink
Remove unsupported PHP version tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thrijith committed Feb 12, 2021
1 parent c4e8737 commit b09f5a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10
strategy:
matrix:
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3']
php-versions: ['7.2', '7.3']

steps:
- name: Checkout
Expand Down
12 changes: 0 additions & 12 deletions bin/composer-5.6.json

This file was deleted.

9 changes: 0 additions & 9 deletions bin/test.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
set -e

if [[ '5.6' == $PHP_VERSION || '7.0' == $PHP_VERSION || '7.1' == $PHP_VERSION ]]; then
php -v
rm composer.lock composer.json
cp bin/composer-5.6.json composer.json
composer install
composer run setup-local-tests
composer run test
fi;

if [[ '7.2' == $PHP_VERSION ]]; then
php -v
composer install
Expand Down

0 comments on commit b09f5a8

Please sign in to comment.