Skip to content

Commit 1f336bd

Browse files
committed
ci: add PHP 8.5 to test matrix
1 parent 8311d4b commit 1f336bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
php-version: ["8.2", "8.3", "8.4"]
23+
php-version: ["8.2", "8.3", "8.4", "8.5"]
2424

2525
steps:
2626
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)