Change CI runner to ubuntu-slim

This commit is contained in:
Lastorder 2026-02-05 17:48:55 +09:00 committed by GitHub
parent ba8bbda74b
commit dcebdc5b1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ name: PHP Lint & Codeception
on: [ push, pull_request ] on: [ push, pull_request ]
jobs: jobs:
build: build:
runs-on: ubuntu-24.04 runs-on: ubuntu-slim
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: