aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/phpunit-32bits.yml
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): Bump actions/checkout from 4.1.0 to 4.1.1dependabot[bot]2023-10-211-1/+1
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): Bump actions/checkout from 3 to 4dependabot[bot]2023-10-101-1/+1
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* chore: Install phpunit via vendor binChristoph Wurst2023-10-021-3/+2
| | | | | | | | This means we can all run the same version. And when switching to stableX it can pull the corresponding version too. Also local dev envs and CI run the same phpunit. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* ci: clear disable_functions to enable pcntl_signalDaniel Kesselberg2023-09-301-2/+1
| | | | | | When using ini-file development then disable_functions forbids pcntl_signal by default. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Use latest shivammathur/setup-php in phpunit-32bits.ymlCôme Chilliet2023-09-301-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add 8.3 to lint CI and 32bits test suiteCôme Chilliet2023-09-301-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Adding ini-file:development to 32bit CICôme Chilliet2023-09-301-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(deps): Bump actions/checkout from 3 to 4dependabot[bot]2023-09-181-1/+1
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...3df4ab11eba7bda6032a0b82a6bb43b11571feac) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* ci(32bit): fix failing test setupArthur Schiwon2023-07-111-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* ci: pin setup-php to avoid a regressionArthur Schiwon2023-06-121-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Run 32bit CI on workflow modifications and new releasesCôme Chilliet2023-05-021-0/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Avoid having the same name for several workflowsCôme Chilliet2023-03-211-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Save some CI timeJoas Schilling2023-03-151-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Only run 32bit CI once a dayCôme Chilliet2023-02-071-1/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Skip buggy tests for 32bits CICôme Chilliet2023-02-071-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add apcu and ffmpeg to have less skipped testsCôme Chilliet2023-02-071-2/+10
| | | | | | Also exclude test groups which rely on a service Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Running all tests on 32bits to see what happensCôme Chilliet2023-02-071-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add workflow for 32bits testingCôme Chilliet2023-02-071-0/+47
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>