From 769c39e312a45bb16d01288fee518d993a2989f1 Mon Sep 17 00:00:00 2001 From: Soulaimane Yahya Date: Mon, 29 Apr 2024 01:48:17 +0100 Subject: [PATCH] fixing --- .github/workflows/tests.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 82176a1..371ca3e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: Set up PHP + uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e + with: + php-version: "8.2" + + - name: Checkout code + uses: actions/checkout@v3 - name: Validate composer.json and composer.lock run: composer validate --strict