From cee97fa1e2f5d4b4ecee9ef7e8c0960814f8907a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Sun, 5 Dec 2021 16:41:06 +0100 Subject: [PATCH] Update laravel.yml --- .github/workflows/laravel.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index a759813..0d1cff9 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -5,8 +5,7 @@ jobs: strategy: fail-fast: false matrix: - runtime: [ "hello-world:latest" ] - #runtime: [ "hello-world:latest", "laravel:8.0-octane", "laravel:8.1-octane" ] + runtime: [ "hello-world:latest", "laravel:8.0-octane", "laravel:8.1-octane" ] name: "bpkg.io/${{ matrix.runtime }}" runs-on: ubuntu-latest steps: