staabm / phpstan-dba

PHPStan based SQL static analysis and type inference for the database access layer
https://staabm.github.io/archive.html#phpstan-dba
MIT License
250 stars 17 forks source link

Add a real matrix to Static analysis workflow #613

Closed szepeviktor closed 1 year ago

szepeviktor commented 1 year ago
szepeviktor commented 1 year ago

[!NOTE]
@staabm You may repeat this with unit tests workflows.

staabm commented 1 year ago

PHP 8.0 + MariaDB was excluded - Should I exclude it now?

If green - we can keep them


Could you have a look at the failling jobs?

szepeviktor commented 1 year ago

Could you have a look at the failling jobs?

Those jobs are in the unit test workflow. I leave them 101% up to you.

szepeviktor commented 1 year ago

@TomasVotruba uses this mysterious .72 tail on his versions.

tomasvotruba/unused-public 0.2.0.72 requires php ^7.2 || 8.0.*
 -> your php version (8.3.0-dev) does not satisfy that requirement.

How to get the .72-less version?

staabm commented 1 year ago

I think the problem is that there currently is no nette/utils release which supports PHP8.3

https://github.com/nette/utils/pull/297

staabm commented 1 year ago

thank you