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 ]
jobs:
build:
runs-on: ubuntu-24.04
runs-on: ubuntu-slim
strategy:
fail-fast: false
matrix: