Skip to content

Commit 4a33aaf

Browse files
authored
Add PHP version 8.5 to CI workflow
1 parent 813410b commit 4a33aaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
13+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1414
fail-fast: false
1515

1616
steps:

0 commit comments

Comments
 (0)