Skip to content

Commit 0d41df1

Browse files
committed
php-code-coverage 10 is released, add to build matrix
1 parent 88ddd33 commit 0d41df1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- "7.3"
2323

2424
php-code-coverage-version:
25+
- "^10.0"
2526
- "^9.2.16"
2627

2728
symfony-version:
@@ -44,6 +45,12 @@ jobs:
4445
symfony-version: "^6.0"
4546
- php-version: "7.3"
4647
symfony-version: "^6.0"
48+
- php-version: "8.0"
49+
php-code-coverage-version: "^10.0"
50+
- php-version: "7.4"
51+
php-code-coverage-version: "^10.0"
52+
- php-version: "7.3"
53+
php-code-coverage-version: "^10.0"
4754

4855
steps:
4956
- uses: actions/checkout@v3

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# General information about the project.
4848
project = u'Behat Code Coverage'
49-
copyright = u'2019-2022, Doug Wright'
49+
copyright = u'2019-2023, Doug Wright'
5050
author = u'Doug Wright'
5151

5252
# The version info for the project you're documenting, acts as replacement for

license.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019-2022 Doug Wright
1+
Copyright (c) 2019-2023 Doug Wright
22
Copyright (c) 2017 ek9 <dev@ek9.co> (https://ek9.co).
33
Copyright (c) 2013-2016 Anthon Pang.
44
All rights reserved.

0 commit comments

Comments
 (0)