diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-03-21 09:27:16 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-03-21 09:27:16 +0000 |
| commit | dbff9c866d143a62cea1c387d29bfb46fd54dcae (patch) | |
| tree | 8434cf58c8006e8bcd6d6bc934e4d8f0597f6c77 /.github/workflows/phpunit.yaml | |
| parent | d3a6a36a7fbac58d7d07ccb403a2bcab67acef2e (diff) | |
| download | webtrees-dbff9c866d143a62cea1c387d29bfb46fd54dcae.tar.gz webtrees-dbff9c866d143a62cea1c387d29bfb46fd54dcae.tar.bz2 webtrees-dbff9c866d143a62cea1c387d29bfb46fd54dcae.zip | |
Do not test against PHP7.3
Diffstat (limited to '.github/workflows/phpunit.yaml')
| -rw-r--r-- | .github/workflows/phpunit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index 8210b1da62..1d529b4cb9 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -9,7 +9,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-20.04] - php-version: ['7.3', '7.4', '8.0'] + php-version: ['7.4', '8.0'] name: Testing PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }} |
