Skip to content

Commit db94cb5

Browse files
committed
Drop support for PHP 7.1
1 parent 2da43e8 commit db94cb5

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/test.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: flysystem-bundle
22

3-
on: pull_request
3+
on:
4+
pull_request: ~
5+
push:
6+
branches:
7+
- master
48

59
jobs:
610
coding-style:
@@ -15,7 +19,7 @@ jobs:
1519
wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.16.4/php-cs-fixer.phar -q
1620
php php-cs-fixer.phar fix --dry-run --diff
1721
18-
tests-php-7-1-symfony-4-2:
22+
tests-php-7-2-symfony-4-2:
1923
runs-on: ubuntu-latest
2024
env:
2125
SYMFONY_VERSION: 4.2.*
@@ -40,23 +44,23 @@ jobs:
4044
- uses: actions/checkout@master
4145
- uses: shivammathur/setup-php@v2
4246
with:
43-
php-version: '7.4'
47+
php-version: '7.3'
4448
- name: PHPUnit
4549
run: |
4650
composer require --no-update symfony/config=$SYMFONY_VERSION symfony/http-kernel=$SYMFONY_VERSION symfony/dependency-injection=$SYMFONY_VERSION symfony/options-resolver=$SYMFONY_VERSION
4751
composer require --no-update --dev symfony/framework-bundle=$SYMFONY_VERSION symfony/yaml=$SYMFONY_VERSION
4852
composer update --prefer-dist --no-interaction --no-ansi --no-progress
4953
php vendor/bin/phpunit
5054
51-
tests-php-7-4-symfony-5-2:
55+
tests-php-8-0-symfony-5-2:
5256
runs-on: ubuntu-latest
5357
env:
5458
SYMFONY_VERSION: 5.2.*
5559
steps:
5660
- uses: actions/checkout@master
5761
- uses: shivammathur/setup-php@v2
5862
with:
59-
php-version: '7.4'
63+
php-version: '8.0'
6064
- name: PHPUnit
6165
run: |
6266
composer require --no-update symfony/config=$SYMFONY_VERSION symfony/http-kernel=$SYMFONY_VERSION symfony/dependency-injection=$SYMFONY_VERSION symfony/options-resolver=$SYMFONY_VERSION

0 commit comments

Comments
 (0)