We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477d68b commit b25c19aCopy full SHA for b25c19a
.github/workflows/unit.yml
@@ -16,8 +16,6 @@ jobs:
16
fail-fast: false
17
matrix:
18
php-version:
19
- - "8.1"
20
- - "8.2"
21
- "8.3"
22
23
steps:
@@ -44,7 +42,9 @@ jobs:
44
42
run: "bin/phing unit"
45
43
46
- name: "Upload to Codecov"
47
- uses: "codecov/codecov-action@v2"
+ uses: "codecov/codecov-action@v4"
48
with:
49
files: "test/coverage.xml"
50
verbose: true
+ env:
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
composer.json
@@ -7,7 +7,7 @@
7
],
8
"license": "MIT",
9
"require": {
10
- "php": ">=8.1",
+ "php": ">=8.3",
11
"ext-dom": "*",
12
"ext-libxml": "*",
13
"plaisio/console": "^3.0.0",
0 commit comments