File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,22 @@ jobs:
1010 name : Check composer.json
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - uses : shivammathur/setup-php@v2
1515 with :
1616 coverage : none
17- php-version : ' 8.0 '
17+ php-version : ' 8.3 '
1818 - run : composer validate --strict --no-check-lock
1919
2020 static_analysis :
2121 name : Static analysis
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v4
2525 - uses : shivammathur/setup-php@v2
2626 with :
2727 coverage : none
28- php-version : ' 8.0 '
28+ php-version : ' 8.3 '
2929 - name : Install dependencies
3030 run : composer update --ansi --no-progress --prefer-dist --no-interaction
3131 - run : vendor/bin/phpstan analyze
4242 name_suffix : [ '' ]
4343 composer_flags : [ '' ]
4444 include :
45- - php : ' 8.0 '
45+ - php : ' 8.3 '
4646 min_stability : ' dev'
4747 name_suffix : ' (dev deps)'
4848 - php : ' 7.4'
@@ -51,11 +51,12 @@ jobs:
5151 composer_flags : ' --prefer-lowest'
5252
5353 steps :
54- - uses : actions/checkout@v2
54+ - uses : actions/checkout@v4
5555 - uses : shivammathur/setup-php@v2
5656 with :
5757 coverage : " none"
5858 php-version : " ${{ matrix.php }}"
59+ ini-file : development
5960
6061 - name : Configure stability
6162 if : " matrix.min_stability != ''"
You can’t perform that action at this time.
0 commit comments