Skip to content

Commit a1a5a9c

Browse files
authored
test: php 8.3 (#177)
* test: php 8.3 * update phpspec/prophecy to 1.18.0
1 parent c50f43c commit a1a5a9c

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
12+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1313
stability: [prefer-stable]
1414

1515
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

composer.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)