Skip to content

Commit d6443a2

Browse files
authored
Merge pull request #39 from SMillerDev/patch-3
Add PHP version 8.5 to CI workflow
2 parents 813410b + 4a33aaf commit d6443a2

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)