diff options
author | Andreas Gohr <andi@splitbrain.org> | 2022-01-01 10:16:18 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2022-01-01 10:16:18 +0100 |
commit | 7aee97ee813f0e08e339a6f29e554d52bc4ef9d3 (patch) | |
tree | e3318770770959f9345730bbd3b6f6ae903786e8 | |
parent | 8a10303f9b6675b2e7dfc58c265ed47778e897d7 (diff) | |
download | dokuwiki-7aee97ee813f0e08e339a6f29e554d52bc4ef9d3.tar.gz dokuwiki-7aee97ee813f0e08e339a6f29e554d52bc4ef9d3.zip |
test on PHP 8.1
-rw-r--r-- | .github/workflows/testLinux.yml | 2 | ||||
-rw-r--r-- | .github/workflows/testWindows.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/testLinux.yml b/.github/workflows/testLinux.yml index 37e0e2304..4523938e6 100644 --- a/.github/workflows/testLinux.yml +++ b/.github/workflows/testLinux.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - php-versions: ['7.2', '7.3', '7.4', '8.0'] + php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1'] fail-fast: false services: diff --git a/.github/workflows/testWindows.yml b/.github/workflows/testWindows.yml index 7787e3c46..43fe624c5 100644 --- a/.github/workflows/testWindows.yml +++ b/.github/workflows/testWindows.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - php-versions: ['7.2', '7.3', '7.4', '8.0'] + php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1'] fail-fast: false steps: |