mikuli.cz

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

commit a7a6a1de6f7d987983b2e7799b58e2ab02a2f542
parent fa5bbab36b33806fbb93405b08c40ca6132e22f6
Author: markseu <mark2011@mayberg.se>
Date:   Mon, 31 Oct 2022 11:05:05 +0100

Updated system 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 @@ -7,7 +7,7 @@ jobs: name: PHP ${{ matrix.php }} strategy: matrix: - php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0] + php: [8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0] runs-on: ubuntu-latest steps: - name: Check out code