4 Commits

Author SHA1 Message Date
Shivam Mathur
f2f1db243c ci: refactor ci matrix
setup-php now supports using master as the php-version, so we do not need to have branch separately. Also, we can use include to add oracle 11 just for PHP 8.3 instead of excluding it for other PHP versions
2026-03-16 11:39:50 +00:00
Shivam Mathur
fea6d3acf3 Skip gh20553.phpt test from php-src
SELECT <literals> without a FROM clause is not supported in Oracle, so the query in the test fails with the error ORA-00923
2025-12-30 10:40:20 +05:30
Shivam Mathur
d3e846924a Refactor Linux tests to separate runs for each oracle version
Update CI inputs: We run PHP 8.6/master only on Linux and not on Windows as releasing DLLs for master branch is not a good idea.
2025-12-30 06:35:29 +05:30
Shivam Mathur
ffd759828b Add CI workflow (#16)
Co-authored-by: Michael Voříšek <mvorisek@mvorisek.cz>
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2025-06-02 20:33:04 +02:00