Description
With the newest (20230109.1) image version of Ubuntu 20.04 our GitHub Action process breaks on setting up the PHP environment (with nanasess/setup-php@v3.0.6). We also tried using newer versions (3.0.10 and 3.3.2) of nanasess/setup-php, but we always got the same result.
Platforms affected
Runner images affected
Image version and build link
Image version: 20230109.1
See build log at "Actual behaviour" section.
Is it regression?
20221212.2
Expected behavior
Packages are installed without a problem.
Actual behavior
Setup of PHP environment fails because of broken packages. See log:
3_Setup PHP environment.txt
Repro steps
- Use this file as your workflow definition .yml file (Sorry, I had to rename it as upload of .yml is not allowed)
php.txt
- Run workflow and see step "Setup PHP environment" fail.
Description
With the newest (20230109.1) image version of Ubuntu 20.04 our GitHub Action process breaks on setting up the PHP environment (with nanasess/setup-php@v3.0.6). We also tried using newer versions (3.0.10 and 3.3.2) of nanasess/setup-php, but we always got the same result.
Platforms affected
Runner images affected
Image version and build link
Image version: 20230109.1
See build log at "Actual behaviour" section.
Is it regression?
20221212.2
Expected behavior
Packages are installed without a problem.
Actual behavior
Setup of PHP environment fails because of broken packages. See log:
3_Setup PHP environment.txt
Repro steps
php.txt