Skip to content

Commit 80cbaf8

Browse files
authored
feat(deps)!: Drop support for PHP 8.1 and 8.2 (#309)
1 parent 5252ed5 commit 80cbaf8

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/tests.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php:
19-
- "8.1"
20-
- "8.2"
2119
- "8.3"
2220
- "8.4"
2321

@@ -47,19 +45,13 @@ jobs:
4745
- "lowest"
4846
- "highest"
4947
php:
50-
- "8.1"
51-
- "8.2"
5248
- "8.3"
5349
- "8.4"
5450
symfony:
5551
- version_name: "6.4"
5652
conflict: "<6.4 || >=7.0"
5753
- version_name: "7.2"
5854
conflict: "<7.2 || >=8.0"
59-
exclude:
60-
- symfony:
61-
version_name: "7.2"
62-
php: "8.1"
6355

6456
steps:
6557
- name: "Check out repository code"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.1",
17+
"php": "^8.3",
1818
"fidry/cpu-core-counter": "^1.2",
1919
"nikic/iter": "^2.2",
2020
"psr/log": "^1.1 || ^2.0 || ^3.0",

0 commit comments

Comments
 (0)