File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 operating-system : [ 'ubuntu-22.04' ]
15- php : [ '7.2 ' ]
15+ php : [ '8.3 ' ]
1616 symfony : [ '5.4.*']
1717
1818 steps :
Original file line number Diff line number Diff line change 1313 - name : Setup PHP
1414 uses : shivammathur/setup-php@v2
1515 with :
16- php-version : 7.2
16+ php-version : 8.3
1717 coverage : none
1818 tools : phpstan:1.10.55, cs2pr
1919
@@ -33,17 +33,17 @@ jobs:
3333 - name : Setup PHP
3434 uses : shivammathur/setup-php@v2
3535 with :
36- php-version : 7.2
36+ php-version : 8.3
3737 coverage : none
3838
3939 - name : Composer install
4040 uses : php-actions/composer@v6
4141 with :
42- php_version : 7.2
42+ php_version : 8.3
4343
4444 - name : PHP Code Sniffer
4545 uses : php-actions/phpcs@v1
4646 with :
47- php_version : 7.2
47+ php_version : 8.3
4848 path : src/
4949 standard : psr12
Original file line number Diff line number Diff line change 1313 - name : Set up PHP
1414 uses : shivammathur/setup-php@v2
1515 with :
16- php-version : ' 7.2 '
16+ php-version : ' 8.3 '
1717
1818 - name : Install dependencies
1919 run : composer install
You can’t perform that action at this time.
0 commit comments