From dfa860336937b8ffa1a64cbdae57bbaa5410c85b Mon Sep 17 00:00:00 2001 From: Yann B Date: Fri, 1 Mar 2024 19:51:49 +0100 Subject: [PATCH] CI: Use yannoff php builder --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0fb9e94..d4305b9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v4 - name: Install PHP & Offenbach - uses: yannoff/offenbach/actions/install@master + uses: yannoff/offenbach/actions/install@action/build-php with: php-version: ${{ matrix.php-versions }}