mirror of
https://github.com/danog/AsyncOrm.git
synced 2024-11-26 12:24:59 +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:
|
||||
matrix:
|
||||
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 }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -24,6 +24,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=8.2.17",
|
||||
"amphp/mysql": "^3.0",
|
||||
"amphp/postgres": "^2.0",
|
||||
"amphp/redis": "^2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user