Skip to content

Commit 0a92470

Browse files
committed
Update minimal version in tests
1 parent 7668244 commit 0a92470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@master
2424
- uses: shivammathur/setup-php@v2
2525
with:
26-
php-version: '7.1'
26+
php-version: '7.2'
2727
- name: PHPUnit
2828
run: |
2929
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)