Skip to content

Commit 90c3c3f

Browse files
authored
Merge pull request #31 from aternosorg/test-on-php-85
Add php 8.5 to version matrix in tests.yaml
2 parents 8478afe + 0c5d00f commit 90c3c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

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

1313
strategy:
1414
matrix:
15-
php-version: [ '8.3', '8.4' ]
15+
php-version: [ '8.3', '8.4', '8.5' ]
1616

1717
name: Run tests on PHP v${{ matrix.php-version }}
1818

0 commit comments

Comments
 (0)