Skip to content

Commit 90210a1

Browse files
committed
Add PHP 8.5 to test matrix
1 parent 73ab961 commit 90210a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
phpunit: '9'
2929
- php: '8.4'
3030
phpunit: '9'
31+
- php: '8.5'
32+
phpunit: '12'
3133
steps:
3234
- uses: actions/checkout@v2
3335
- uses: php-actions/composer@v6

0 commit comments

Comments
 (0)