doctrine / dbal

Doctrine Database Abstraction Layer
https://www.doctrine-project.org/projects/dbal.html
MIT License
9.4k stars 1.33k forks source link

ci: nightly - php-8.1 min version #6457

Closed grooverdan closed 1 week ago

grooverdan commented 1 week ago

The nightly from the 4.0.x branch has 8.1 as the minium version in composer.json.

Q A
Type CI
Fixed issues

Summary

Saw 7.4 failed on CI - https://github.com/doctrine/dbal/actions/runs/9622482111

Fixed to 8.1 as the low PHP version.

The secret MARIADB_ZULIP_API_KEY also failed. I did check and it is the code without quotes of "do....ad"

greg0ire commented 1 week ago

Please also add on: workflow_dispatch so we can immediately test

derrabus commented 1 week ago

We might even consider running this job with latest PHP only. I don't expect any additional insights from the PHP 7.4/8.1 job tbh.

greg0ire commented 1 week ago

The secret MARIADB_ZULIP_API_KEY also failed. I did check and it is the code without quotes of "do....ad"

Yesterday, I couldn't use copy/paste (didn't have access to my personal email on my work laptop). I just copy/pasted it, hopefully it will work.

greg0ire commented 1 week ago

I just re-run the action again (before #6458 I mean). The Zulip notification is supposed to have worked, please check.

grooverdan commented 1 week ago

image