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-11-27 11:27:12 +0300
committerAleksander Machniak <alec@alec.pl>2021-11-27 11:27:28 +0300
commit619be2500899b894eb348ef1ae83fd7145bca443 (patch)
treec72c8b243f23e4dd49b8583bc1185cb98a33f3e9 /.github
parentbbde830be28c96bd04f05b46c5e1defea7386e61 (diff)
GA: Enable testing on PHP 8.1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 99d20f985..a9b13e330 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