Skip to content

Commit 59c1d9e

Browse files
authored
Merge pull request #6 from aternosorg/test-php-85
Add php 8.5 to version matrix in tests.yaml
2 parents 43eca5e + cf0bfc1 commit 59c1d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
php-version: [ '8.3', '8.4' ]
16+
php-version: [ '8.3', '8.4', '8.5' ]
1717

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

@@ -50,4 +50,4 @@ jobs:
5050
uses: ericsizemore/[email protected]
5151
with:
5252
clover_file: 'coverage.xml'
53-
threshold: 75
53+
threshold: 75

0 commit comments

Comments
 (0)