Skip to content

Commit 3d45e5b

Browse files
authored
Merge pull request #229 from maxmind/wstorey/php-versions
Test on PHP 8.5
2 parents e920cf5 + b416ef9 commit 3d45e5b

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
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
arch: ["amd64", "arm64v8"]
18-
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
18+
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1919
php-extension: ['bcmath', 'gmp']
2020
include:
2121
- arch: amd64

0 commit comments

Comments
 (0)