Run PHP jobs in setup-php container image

This commit is contained in:
Jeppe Bundgaard
2026-04-21 21:36:06 +02:00
parent 837c49a589
commit e4fefab576
+3
View File
@@ -9,6 +9,7 @@ jobs:
name: Unit (required)
# Match the labels exposed by the Coolify-managed GitHub runner.
runs-on: [self-hosted, Linux, X64, default]
container: shivammathur/node:php-8.2-24.04-amd64
steps:
- name: Checkout
@@ -125,6 +126,7 @@ jobs:
integration:
name: Integration (advisory)
runs-on: [self-hosted, Linux, X64, default]
container: shivammathur/node:php-8.2-24.04-amd64
continue-on-error: true
services:
@@ -195,6 +197,7 @@ jobs:
api:
name: API (advisory)
runs-on: [self-hosted, Linux, X64, default]
container: shivammathur/node:php-8.2-24.04-amd64
continue-on-error: true
services: