diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2023-11-03 23:19:54 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2023-11-04 18:17:25 +0000 |
| commit | fec0d104da27fba61240d1e9d35b94e2b63c0d9d (patch) | |
| tree | a5d71d0de9f7888348602ebcd5cd105475a505b6 /.github/workflows/phpunit.yaml | |
| parent | c35f6ef881cb2de20af157a33762b13ca52d71f5 (diff) | |
| download | webtrees-fec0d104da27fba61240d1e9d35b94e2b63c0d9d.tar.gz webtrees-fec0d104da27fba61240d1e9d35b94e2b63c0d9d.tar.bz2 webtrees-fec0d104da27fba61240d1e9d35b94e2b63c0d9d.zip | |
wip
Diffstat (limited to '.github/workflows/phpunit.yaml')
| -rw-r--r-- | .github/workflows/phpunit.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index e3a16d27f3..b10d63930d 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -12,6 +12,7 @@ jobs: matrix: operating-system: [ubuntu-latest] php-version: ['7.4', '8.0', '8.1', '8.2', '8.3'] + fail-fast: false steps: - uses: shivammathur/setup-php@master |
