Skip to content

Commit

Permalink
ci: setup dgoss action
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Apr 3, 2024
1 parent 020a4fa commit d9086b8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os_name: ["alpine"]
php_version: ["8.1", "8.2"]
php_version: ["8.1", "8.2", "8.3"]
php_type: ["fpm", "cli", "supervisord"]
builder: [{arch: "amd64", os: "ubuntu-latest"}]
runs-on: ${{ matrix.builder.os }}
Expand All @@ -40,10 +40,15 @@ jobs:
- name: 📦 Check out the codebase
uses: actions/checkout@v4

- name: 🛠️ Install goss and dgoss
uses: e1himself/goss-installation-action@v1.2.1
with:
version: v0.4.6

- name: 🤖 Generate dist files
run: ansible-playbook src/playbook.yml -l ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}

- name: 🛠️ Setup docker QEMU
- name: 🖥️ Setup docker QEMU
uses: docker/setup-qemu-action@v3

- name: 🛠️ Set up Docker Buildx
Expand Down Expand Up @@ -128,7 +133,7 @@ jobs:
if: ${{ matrix.builder.os == 'macos-latest' }}
uses: docker-practice/actions-setup-docker@master

- name: 🛠️ Setup docker QEMU
- name: 🖥️ Setup docker QEMU
uses: docker/setup-qemu-action@v3

- name: 🛠️ Set up Docker Buildx
Expand Down Expand Up @@ -270,7 +275,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: 🛠️ Setup docker QEMU
- name: 🖥️ Setup docker QEMU
uses: docker/setup-qemu-action@v3

- name: 🛠️ Set up Docker Buildx
Expand Down

0 comments on commit d9086b8

Please sign in to comment.