Skip to content

Commit 0cf9469

Browse files
committed
php 8.5 added to unit tests
1 parent f2683b9 commit 0cf9469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
operating-system: [ubuntu-24.04]
12-
php-versions: ['8.1', '8.2', '8.3', '8.4']
12+
php-versions: ['8.1', '8.2', '8.3', '8.4', '8.5']
1313
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)