Skip to content

Commit

Permalink
Merge pull request #30 from sergiy-petrov/php-8.4-new
Browse files Browse the repository at this point in the history
Test against php 8.4
  • Loading branch information
barryvdh authored Oct 30, 2024
2 parents 98c1493 + db53d4c commit eadccb4
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 eadccb4

Please sign in to comment.