mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-04 01:24:09 +02:00
flake reorg
This commit is contained in:
parent
e6cb5848ec
commit
c28a81a661
9 changed files with 84 additions and 164 deletions
10
.github/workflows/docker.yaml
vendored
10
.github/workflows/docker.yaml
vendored
|
|
@ -2,10 +2,10 @@ name: Build haze images
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ['main']
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- '.github/**'
|
||||
- 'images/**'
|
||||
- ".github/**"
|
||||
- "images/**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -16,8 +16,8 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
php-version: [ '8.1', '8.2', '8.3' ]
|
||||
variant: [ '', '-dbg' ]
|
||||
php-version: ["8.1", "8.2", "8.3"]
|
||||
variant: ["", "-dbg"]
|
||||
|
||||
name: haze-${{ matrix.php-version }}${{ matrix.variant }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue