mirror of
https://github.com/danog/AsyncOrm.git
synced 2024-11-30 04:39:45 +01:00
Bump requirements
This commit is contained in:
parent
2fbe48943c
commit
55987809a7
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
php-versions: ["8.1", "8.2", "8.3"]
|
php-versions: ["8.2", "8.3"]
|
||||||
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }}
|
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
|
"php": ">=8.2.17",
|
||||||
"amphp/mysql": "^3.0",
|
"amphp/mysql": "^3.0",
|
||||||
"amphp/postgres": "^2.0",
|
"amphp/postgres": "^2.0",
|
||||||
"amphp/redis": "^2.0",
|
"amphp/redis": "^2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user