bolt / project

🚀 Repo to `composer create project` a Bolt 5 project.
MIT License
39 stars 38 forks source link

Use PHP8 for the PHP8 CI #84

Open bobdenotter opened 2 years ago

bobdenotter commented 2 years ago

In https://github.com/bolt/project/blob/php8/.github/workflows/ci.yml I've commented out the first job, because I couldn't figure out how to make it use PHP8 instead of PHP7.4.

The php8 branch obvs needs to run on PHP8 :-)

@toofff Do you know how to fix this?

toofff commented 2 years ago

I look this week 😉

toofff commented 2 years ago

@bobdenotter to fix the CI, I'll have to upgrade the docker to PHP 8.0. Is it good for you?