diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2024-02-02 11:26:31 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2024-02-02 11:26:31 +0000 |
| commit | e643c5bbb23b6dc35d439461f593ace6a92ee6e4 (patch) | |
| tree | eda1b16f7cbde2af61547afb954afa0d763c502e /.github/workflows/phpunit.yaml | |
| parent | 4c347cc4ac76d2e7c229369e570c80e56c1905e7 (diff) | |
| download | webtrees-e643c5bbb23b6dc35d439461f593ace6a92ee6e4.tar.gz webtrees-e643c5bbb23b6dc35d439461f593ace6a92ee6e4.tar.bz2 webtrees-e643c5bbb23b6dc35d439461f593ace6a92ee6e4.zip | |
Update github workflows
Diffstat (limited to '.github/workflows/phpunit.yaml')
| -rw-r--r-- | .github/workflows/phpunit.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index b10d63930d..b4e3c2e47d 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - operating-system: [ubuntu-latest] + operating-system: ['ubuntu-latest'] php-version: ['7.4', '8.0', '8.1', '8.2', '8.3'] fail-fast: false @@ -21,7 +21,7 @@ jobs: extensions: gd,intl,mbstring,sqlite,zip coverage: pcov - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: composer validate |
