resque / php-resque

An implementation of Resque in PHP.
MIT License
214 stars 77 forks source link

fix: use CI tooling as defined in Composer #84

Open SMillerDev opened 1 week ago

SMillerDev commented 1 week ago

name: "Chore: use CI tooling as defined in Composer" about: use CI tooling as defined in Composer! labels: chore

Description

Keeping the development and the CI versions separate is risky because they can get out of sync, this PR fixes that.

Motivation and Context

Avoids running CI with tooling that developers won't

How Has This Been Tested?

It will run in CI as a test

Checklist: