Skip to content

Commit 2ffdc4d

Browse files
authored
Support PHP 8.4 (#5)
1 parent af1398d commit 2ffdc4d

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/ci.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ jobs:
2424
- "7.4"
2525
- "8.0"
2626
- "8.1"
27+
- "8.2"
28+
- "8.3"
29+
- "8.4"
2730
dependencies:
2831
- highest
29-
include:
30-
- php: 7.4
31-
dependencies: 'lowest'
32+
#include:
33+
# - php: 7.4
34+
# dependencies: 'lowest'
3235

3336
steps:
3437
- name: Checkout

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"require": {
2424
"php": ">=7.4",
2525
"ext-zlib": "*",
26-
"async-aws/s3": "^1.5",
26+
"async-aws/s3": "^1.5|^2",
2727
"psr/log": "^1.1|^2.0|^3.0"
2828
},
2929
"require-dev": {
3030
"ext-zip": "*",
31-
"symfony/phpunit-bridge": "^5.4|^6.0"
31+
"symfony/phpunit-bridge": "^5.4|^6|^7"
3232
}
3333
}

0 commit comments

Comments
 (0)