fix(ci): use ubuntu-latest runner for release workflow
Some checks failed
CI / PHP 8.4 (push) Successful in 2m36s
CI / PHP 8.3 (push) Successful in 2m39s
Publish Composer Package / publish (push) Failing after 6s

Match CI workflow pattern — runs-on: ubuntu-latest with DinD runner.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-02-27 17:20:16 +00:00
parent d8aa79e103
commit 3106d561b6

View file

@ -7,10 +7,9 @@ on:
jobs:
publish:
runs-on: docker
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Extract version from tag
id: version