mirror of
https://github.com/bitinflow/bpkg-images.git
synced 2026-03-16 15:15:55 +00:00
Fix yaml file
This commit is contained in:
2
.github/workflows/laravel.yml
vendored
2
.github/workflows/laravel.yml
vendored
@@ -5,7 +5,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
runtime: [ laravel:8.0-octane, laravel:8.1-octane ]
|
runtime: [ "laravel:8.0-octane", "laravel:8.1-octane" ]
|
||||||
name: "bpkg.io/${{ matrix.runtime }}"
|
name: "bpkg.io/${{ matrix.runtime }}"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user