From 3615ce2ba13407a0de48b85290cf9f72975df989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Fri, 15 Sep 2023 15:25:56 +0200 Subject: [PATCH] Fix PHP version --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a57c4df..f58e067 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: php-actions/composer@v6 + with: + php_version: "7.4" - name: PHPUnit Tests for php7.4 uses: php-actions/phpunit@v3 with: