Skip to content

Commit 14ca8bb

Browse files
authored
Merge pull request #60 from friends-of-phpspec/chore/php-support
Execute tests against PHP8.3 and allow compatibility with phpunit/php-code-coverage v11.*
2 parents 0b87846 + e4c650f commit 14ca8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
16-
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
16+
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1717
composer-versions: ['composer:v1', 'composer:v2']
1818
dependencies: ["lowest", "highest"]
1919

0 commit comments

Comments
 (0)