summaryrefslogtreecommitdiff
path: root/.github/workflows/builds.yml (follow)
AgeCommit message (Collapse)Author
2025-11-21Bump PHP8.5-rc to PHP8.5jvoisin
2025-10-01Update PHP8.5 from beta2 to rc1 in the CIjvoisin
2025-09-01Add support for PHP8.5jvoisin
2025-07-15Bump actions/checkout from v3 to v4jvoisin
2025-07-15Bump the CI to PHP8.4, now that it's releasedjvoisin
2024-07-09Fix compilation for PHP84+jvoisin
PHP changed some includes for PHP8.4. This commit also adds php8.4-rc to the CI This fixes #497 and #496 Reported-by: rainerjung
2024-07-05Disable PHP7.0 in the CIjvoisin
It's not shipped anymore on Debian stable.
2024-04-25Move from php83-rc to php83 in the CIjvoisin
2023-11-26Revert "Move from php8.3-rc to 8.3 in the CI"jvoisin
This reverts commit 6a9edc1c9b1d4d455f14ccf0c2e9234f4bcc0460.
2023-11-24Move from php8.3-rc to 8.3 in the CIjvoisin
2023-06-25Add PHP8.3 to the CIjvoisin
2023-01-24Bump actions/checkout versionjvoisin
2022-12-11Add support for PHP8.2jvoisin
2022-03-20Re-enable old php version in the CIjvoisin
2022-03-20Merge remote-tracking branch 'sektioneins/master'jvoisin
2022-03-04Run the CI every weekjvoisin
2022-01-05.Ben Fuhrmannek
2022-01-05removed test case for github actions + PHP 7Ben Fuhrmannek
2022-01-05better github build scriptBen Fuhrmannek
2021-12-13build sp for php8.1Ben Fuhrmannek
2021-08-07reverse build matrixBen Fuhrmannek
2021-01-10Use github action for the CI (#373)Julien Voisin