Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-07-26 11:21:41 +0300
committerAleksander Machniak <alec@alec.pl>2021-07-26 11:21:41 +0300
commitd322df3f918cf91c9df51526a8bbd00350cd5bbb (patch)
treec57ac4941e09b62df04127af0ccbbc6ed305b765 /.github
parent5592f5dbe9ef72bb72e450bd729c23e86fa65b11 (diff)
GA: Try again with PHP 8.1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index e2036ab2f..94804ac88 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
- php: [7.3, 7.4, 8.0]
+ php: [7.3, 7.4, 8.0, 8.1]
name: PHP ${{ matrix.php }}/Linux
@@ -31,6 +31,10 @@ jobs:
- name: Setup problem matchers
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
+ - name: Fix PHPUnit for PHP8.1
+ run: composer config platform.php 8.0
+ if: matrix.php >= 8.1
+
- name: Setup composer
run: |
cp composer.json-dist composer.json