Skip to content

Commit 0d0e3de

Browse files
committed
Added tests for PHP 8.5
1 parent d765e92 commit 0d0e3de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212

1313
env:
14-
latest_php: 8.4
14+
latest_php: 8.5
1515

1616
strategy:
1717
fail-fast: false
@@ -20,7 +20,7 @@ jobs:
2020
php: [
2121
'5.3', '5.4', '5.5', '5.6',
2222
'7.0', '7.1', '7.2', '7.3', '7.4',
23-
'8.0', '8.1', '8.2', '8.3', '8.4',
23+
'8.0', '8.1', '8.2', '8.3', '8.4', '8.5',
2424
]
2525

2626
name: PHP ${{ matrix.php }}

0 commit comments

Comments
 (0)