Skip to content

Commit 8a4f36e

Browse files
committed
ci: add PHP 8.5 to test matrix
1 parent b841525 commit 8a4f36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
php: [ '7.4', '8.0', '8.2', '8.4' ]
8+
php: [ '7.4', '8.0', '8.2', '8.4', '8.5' ]
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v6

0 commit comments

Comments
 (0)