Skip to content

Commit 36c1e81

Browse files
authored
[CI] Add PHP 8.5 to matrix (#58)
1 parent 0a92e0b commit 36c1e81

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,11 @@ jobs:
106106
- php-version: '8.2'
107107
dependencies: 'low'
108108
- php-version: '8.3'
109-
dependencies: 'high'
109+
dependencies: 'low'
110110
- php-version: '8.4'
111111
dependencies: 'high'
112+
- php-version: '8.5'
113+
dependencies: 'high'
112114
fail-fast: false
113115
steps:
114116
- name: "Git: checkout"
@@ -150,7 +152,7 @@ jobs:
150152

151153
- name: "Codecov: upload coverage"
152154
uses: codecov/codecov-action@v5
153-
if: matrix.php-version == '8.4' && matrix.dependencies == 'high'
155+
if: matrix.php-version == '8.5' && matrix.dependencies == 'high'
154156
with:
155157
files: ./coverage.xml
156158
flags: unittests

0 commit comments

Comments
 (0)