Skip to content

Commit

Permalink
os
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Bulah committed Oct 4, 2023
1 parent 368ae99 commit d92753f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test_dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:
- 8.0
- 8.1
- 8.2
include:
- variant: alpine
variant:
- "" # cli
- fpm
os:
- ""
- alpine

steps:
- name: testing matrix values
run: echo "${{ matrix.platform }} - ${{ matrix.php }} - ${{ matrix.variant }}"
run: echo "${{ matrix}} - ${{ matrix.php }} - ${{ matrix.variant }} - ${{ matrix.os }} "

0 comments on commit d92753f

Please sign in to comment.