Skip to content

Commit db53d4c

Browse files
Test against php 8.4
* Test against php 8.4 * Upgrade upload-artifact version
1 parent 98c1493 commit db53d4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Check Code Coverage
3131
run: vendor/bin/phpunit --verbose --coverage-text --coverage-clover=clover.xml --coverage-html=coverage
3232

33-
- uses: actions/upload-artifact@v2
33+
- uses: actions/upload-artifact@v4
3434
with:
3535
name: coverage
36-
path: coverage
36+
path: coverage

.github/workflows/run-tests.yml

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: [7.4, 8.0, 8.1, 8.2, 8.3]
15+
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
1616
symfony: [^4.4, ^5.4, ^6]
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]

0 commit comments

Comments
 (0)