Skip to content

Commit 2f52b64

Browse files
chore: Drop PHP 8.2 from test matrix, use PHP 8.3 for coverage
1 parent 1be7dbb commit 2f52b64

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/matrix.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"include": [
3-
{ "php": "8.2" },
43
{ "php": "8.3" }
54
]
65
}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ jobs:
110110
php: ${{ matrix.php }}
111111
coverage: pcov
112112

113-
- if: matrix.php == '8.2'
113+
- if: matrix.php == '8.3'
114114
run: composer pest:coverage
115115

116-
- if: matrix.php == '8.2'
116+
- if: matrix.php == '8.3'
117117
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # [email protected]
118118
with:
119119
directory: ./coverage/

0 commit comments

Comments
 (0)