mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 58bbbfd774939fe0efd126135804c6aba08a5913
parent 0c2b7d1737be958cc61fc34d3a3c89670ce5332f
Author: markseu <mark2011@mayberg.se>
Date:   Tue, 12 Apr 2022 10:31:46 +0200

Updated tests

Diffstat:
M.github/workflows/tests.yml | 2+-
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.1, 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] runs-on: ubuntu-18.04 steps: - name: Check out code