diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a06be5..6d39f82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,9 @@ jobs: - 8.0 platform: - linux/amd64 - # - linux/arm64 + - linux/arm64 exclude: - - props: - Dockerfile: Dockerfile-7.4-alpine + - variant: 7.4-alpine - platform: linux/arm64 env: TEST_MATCH: PHP Version ${{ matrix.props.version }} diff --git a/runtime-tests/newrelic/8.0/goss.yaml b/runtime-tests/newrelic/8.0/goss.yaml deleted file mode 100644 index 753898b..0000000 --- a/runtime-tests/newrelic/8.0/goss.yaml +++ /dev/null @@ -1,11 +0,0 @@ -file: - /etc/php/8.0/mods-available/newrelic.ini: - exists: true - mode: "0644" - filetype: file # file, symlink, directory - contains: # Check file content for these patterns - - '/^newrelic.transaction_tracer.enabled = true/' - - '/^newrelic.distributed_tracing_enabled = true/' - - '/^newrelic.loglevel = \"verbosedebug\"/' - - '/^newrelic.daemon.loglevel = \"verbosedebug\"/' - - '/^newrelic.special=debug_autorum/' diff --git a/runtime-tests/newrelic/7.4/goss.yaml b/runtime-tests/newrelic/goss.yaml similarity index 90% rename from runtime-tests/newrelic/7.4/goss.yaml rename to runtime-tests/newrelic/goss.yaml index deaf518..27fb171 100644 --- a/runtime-tests/newrelic/7.4/goss.yaml +++ b/runtime-tests/newrelic/goss.yaml @@ -1,5 +1,5 @@ file: - /etc/php/7.4/mods-available/newrelic.ini: + {{ .Env.CONF_PHPMODS }}/newrelic.ini: exists: true mode: "0644" filetype: file # file, symlink, directory