commit 5022d64d6da7506ceb78078214da8aa396a95085
parent a7644caba11c0935eabbc772b57611ca3cdb36e0
Author: markseu <mark2011@mayberg.se>
Date: Tue, 30 Nov 2021 11:05:26 +0100
Updated tests
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
@@ -5,7 +5,7 @@ jobs:
name: PHP ${{ matrix.php }}
strategy:
matrix:
- php: [8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6]
+ php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6]
runs-on: ubuntu-18.04
steps:
- name: Checkout