Fix yaml file

This commit is contained in:
René Preuß
2021-12-05 14:37:34 +01:00
parent 5ce05d0680
commit 04594dc41a

View File

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