File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v2
1414 - uses : shivammathur/setup-php@v2
1515 with :
16- php-version : 8.0
16+ php-version : 8.1
1717 coverage : none
1818
1919 - run : composer install --no-progress --prefer-dist
Original file line number Diff line number Diff line change 1010 strategy :
1111 fail-fast : false
1212 matrix :
13- php-version : ['8.0 ', '8.1 ', '8.2 ']
13+ php-version : ['8.1 ', '8.2 ', '8.3 ']
1414
1515 steps :
1616 - uses : actions/checkout@v2
3232 strategy :
3333 fail-fast : false
3434 matrix :
35- php-version : ['8.0', '8. 1', '8.2']
35+ php-version : ['8.1', '8.2']
3636 arch : [x64]
3737 ts : [nts]
3838
6262 - uses : actions/checkout@v2
6363 - uses : shivammathur/setup-php@v2
6464 with :
65- php-version : 8.0
65+ php-version : 8.1
6666 coverage : none
6767
6868 - run : composer install --no-progress
You can’t perform that action at this time.
0 commit comments