Skip to content

Commit b25c19a

Browse files
committed
Drop support for PHP 8.1 and PHP 8.2.
1 parent 477d68b commit b25c19a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/unit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php-version:
19-
- "8.1"
20-
- "8.2"
2119
- "8.3"
2220

2321
steps:
@@ -44,7 +42,9 @@ jobs:
4442
run: "bin/phing unit"
4543

4644
- name: "Upload to Codecov"
47-
uses: "codecov/codecov-action@v2"
45+
uses: "codecov/codecov-action@v4"
4846
with:
4947
files: "test/coverage.xml"
5048
verbose: true
49+
env:
50+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"license": "MIT",
99
"require": {
10-
"php": ">=8.1",
10+
"php": ">=8.3",
1111
"ext-dom": "*",
1212
"ext-libxml": "*",
1313
"plaisio/console": "^3.0.0",

0 commit comments

Comments
 (0)