Skip to content

Commit

Permalink
Test against php 8.4
Browse files Browse the repository at this point in the history
* Test against php 8.4

* Upgrade upload-artifact version
  • Loading branch information
sergiy-petrov authored Oct 30, 2024
1 parent 98c1493 commit db53d4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Check Code Coverage
run: vendor/bin/phpunit --verbose --coverage-text --coverage-clover=clover.xml --coverage-html=coverage

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage
path: coverage
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php: [7.4, 8.0, 8.1, 8.2, 8.3]
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
symfony: [^4.4, ^5.4, ^6]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
Expand Down

0 comments on commit db53d4c

Please sign in to comment.