diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-02-02 09:39:08 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-02-02 09:39:08 +0000 |
| commit | fe18b1170b60ae6b04cc492983ad345e8206b16d (patch) | |
| tree | 8f476a97ec89ec401275d074d9e38733b9af1db3 /.github/workflows | |
| parent | c88ea636c7085f306341b879c182169626b8d14b (diff) | |
| download | webtrees-fe18b1170b60ae6b04cc492983ad345e8206b16d.tar.gz webtrees-fe18b1170b60ae6b04cc492983ad345e8206b16d.tar.bz2 webtrees-fe18b1170b60ae6b04cc492983ad345e8206b16d.zip | |
Add PHP 8.1 to the test matrix
Diffstat (limited to '.github/workflows')
| -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 e325da1d72..c996312df3 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-version: ['7.4', '8.0'] + php-version: ['7.4', '8.0', '8.1'] steps: - uses: shivammathur/setup-php@master |
