We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7668244 commit 0a92470Copy full SHA for 0a92470
1 file changed
.github/workflows/test.yaml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@master
24
- uses: shivammathur/setup-php@v2
25
with:
26
- php-version: '7.1'
+ php-version: '7.2'
27
- name: PHPUnit
28
run: |
29
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