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-14 11:18:06 +0300
committerAleksander Machniak <alec@alec.pl>2021-07-14 11:18:06 +0300
commitfea5c83e02d9b621359b8d3acc687cfac2e3af80 (patch)
tree64c4860f92f13ce1742bf5c744f312c22bb97437 /.github
parent2f643141b4e16dd70f0d1dda283c2106e63a3009 (diff)
GA: Add PHP 8.1 to the matrix
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 783dbb98c..730283191 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
- php: [5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
+ php: [5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1]
name: PHP ${{ matrix.php }}/Linux