mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 21:52:21 +00:00
2.2.0 (2023-03-20)
- Update pacakges - Bump requirements to PHP >= 8.1
This commit is contained in:
parent
948b758a57
commit
5ef4a63a6e
4 changed files with 156 additions and 119 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
container: php:${{ matrix.php_version }}
|
||||
strategy:
|
||||
matrix:
|
||||
php_version: [7.4, 8.0, 8.1, 8.2]
|
||||
php_version: [8.1, 8.2]
|
||||
services:
|
||||
redis:
|
||||
image: redis:7.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue