summaryrefslogtreecommitdiffstats
path: root/.github/workflows/oci.yml
Commit message (Collapse)AuthorAgeFilesLines
* fix(CI): Update oracle image and configJoas Schilling2023-06-081-2/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Save some CI timeJoas Schilling2023-03-151-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* First run unit tests so they don't failJoas Schilling2023-02-231-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(CI): Run repair steps against Oracle DBJoas Schilling2023-02-231-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Catch deprecation warnings in oci testsCôme Chilliet2023-02-021-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add 8.2 to oci testsCôme Chilliet2023-02-021-1/+1
| | | | | | This is the only test suite testing 8.1, so adding 8.2 as well Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(CI): Improve rate limit situation when installing phpunitJoas Schilling2023-01-031-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 8.2 is not supported yetJohn Molakvoæ2022-12-291-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(actions): update php min supported to 8.0John Molakvoæ2022-12-291-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* downgrade ubuntu in order to fix CISimon L2022-12-031-1/+1
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Update OCI workflow of serverJoas Schilling2022-10-181-23/+30
| | | | | | | | * Only on pull requests * Concurrency group * Bump used actions * Add summary Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* Drop 7.3 from some CI stepsCôme Chilliet2022-01-251-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add 8.1 tests to CICôme Chilliet2021-12-161-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove iconv from dependencies and testsMichaIng2021-11-301-1/+1
| | | | | | which is not used anymore since: https://github.com/nextcloud/server/pull/29470 Signed-off-by: MichaIng <micha@dietpi.com>
* Run oci against all php versionsJulius Härtl2021-09-271-2/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Run oci tests against phpunit9/php8Julius Härtl2021-09-271-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add ext-zip as platform dependencyChristoph Wurst2021-05-031-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* FIx Oracle by testing on Ubuntu 20.04 until oci8.so is available for 21.04Joas Schilling2021-04-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix naming of jobs and stepsJoas Schilling2020-11-101-17/+20
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add github action for oci8Julius Härtl2020-11-101-0/+53
Signed-off-by: Julius Härtl <jus@bitgrid.net>