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: