Closed DrDub closed 1 year ago
Oh, you already added the GitHub actions. Fantastic. Maybe I should close this.
Yeah, this is already done.
Regarding supporting multiple versions, what do you recommend? The code can be in a different branch per version or use #ifdef to enable/disable sections of the code. Or any other way you prefer.
Definitely #ifdef
, merging across branches is a much larger hassle. Though if we drop PHP 7 support, there's hopefully very little to #ifdef
.
At the end of the PHP 7 migration, @nikic mentioned:
So I guess this is the next step, I can work on that. I'll try to get the GitHub actions to build also a Windows version.
Regarding supporting multiple versions, what do you recommend? The code can be in a different branch per version or use
#ifdef
to enable/disable sections of the code. Or any other way you prefer.