Skip to content

Commit a211240

Browse files
authored
Add PHP v8.4 (#95)
2 parents 7b2be4a + a38ad79 commit a211240

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: true
3232
matrix:
3333
operating-system: ["ubuntu-latest"]
34-
php-versions: ["8.0", "8.1", "8.2", "8.3"]
34+
php-versions: ["8.0", "8.1", "8.2", "8.3", "8.4"]
3535

3636
steps:
3737
- name: "Checkout"

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"php81",
99
"php82",
1010
"php83",
11+
"php84",
1112
"analytics",
1213
"analytics 4",
1314
"google analytics",
@@ -43,12 +44,12 @@
4344
}
4445
},
4546
"require": {
46-
"php": ">=8.0,<8.4",
47+
"php": ">=8.0,<8.5",
4748
"guzzlehttp/guzzle": "^7.0"
4849
},
4950
"require-dev": {
5051
"phpunit/phpunit": "^9.5|^10.0"
5152
},
5253
"minimum-stability": "stable",
5354
"prefer-stable": true
54-
}
55+
}

0 commit comments

Comments
 (0)