Hello world app

This commit is contained in:
René Preuß
2021-12-05 14:57:42 +01:00
parent 04594dc41a
commit 849425db43
4 changed files with 155 additions and 1 deletions

View File

@@ -5,7 +5,8 @@ jobs:
strategy:
fail-fast: false
matrix:
runtime: [ "laravel:8.0-octane", "laravel:8.1-octane" ]
runtime: [ "hello-world:latest" ]
#runtime: [ "hello-world:latest", "laravel:8.0-octane", "laravel:8.1-octane" ]
name: "bpkg.io/${{ matrix.runtime }}"
runs-on: ubuntu-latest
steps: