File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - php : ' 8.2'
2828 stability : prefer-stable
2929
30- name : PHP ${{ matrix.php }} - ${{ matrix.stability }} tests
30+ name : PHP ${{ matrix.php }} tests (${{ matrix.description }}) - ${{ matrix.stability }}
3131 steps :
3232 # basically git clone
3333 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 uses : actions/checkout@v3
1616
1717 - name : ' Install PHP with extensions'
18- uses : shivammathur/setup-php@2.7 .0
18+ uses : shivammathur/setup-php@2.22 .0
1919 with :
2020 coverage : none
21- php-version : ' 8.0 '
21+ php-version : ' 8.1 '
2222 tools : composer:v2
2323 extensions : mbstring
2424 ini-values : date.timezone=UTC
2727 env :
2828 SYMFONY_REQUIRE : ' 6.3.x@dev'
2929 run : |
30+ composer global config --no-plugins allow-plugins.symfony/flex true
3031 composer global require --no-progress --no-scripts --no-plugins symfony/flex
3132 composer config minimum-stability dev
3233 composer config prefer-stable false
You can’t perform that action at this time.
0 commit comments