We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a92e0b commit 36c1e81Copy full SHA for 36c1e81
.github/workflows/CI.yaml
@@ -106,9 +106,11 @@ jobs:
106
- php-version: '8.2'
107
dependencies: 'low'
108
- php-version: '8.3'
109
- dependencies: 'high'
+ dependencies: 'low'
110
- php-version: '8.4'
111
dependencies: 'high'
112
+ - php-version: '8.5'
113
+ dependencies: 'high'
114
fail-fast: false
115
steps:
116
- name: "Git: checkout"
@@ -150,7 +152,7 @@ jobs:
150
152
151
153
- name: "Codecov: upload coverage"
154
uses: codecov/codecov-action@v5
- if: matrix.php-version == '8.4' && matrix.dependencies == 'high'
155
+ if: matrix.php-version == '8.5' && matrix.dependencies == 'high'
156
with:
157
files: ./coverage.xml
158
flags: unittests
0 commit comments