Skip to content

Commit

Permalink
Github actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophist-UK committed Jan 3, 2025
1 parent 9706906 commit 62db05e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
php-version: [8.3]
os: [ubuntu-latest]
runs-on: {{ matrix.os }}
runs-on: ${{ matrix.os }}
name: Code coverage with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
env:
php-extensions: intl, pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/laravel-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
php-version: [8.2, 8.3, 8.4]
os: [ubuntu-latest]
runs-on: {{ matrix.os }}
runs-on: ${{ matrix.os }}
name: Tests with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
env:
php-extensions: intl, pcov
Expand Down

0 comments on commit 62db05e

Please sign in to comment.