Skip to content

Commit

Permalink
rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gaalferov committed Jun 5, 2023
1 parent f590241 commit 0458fa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ on:

jobs:
phpunit-tests:
name: PHP ${{ matrix.php }} Latest
name: PHP ${{ matrix.php-version }} Latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
php: [ '7.4','8.0','8.1','8.2' ]
php-version: [ '7.4','8.0','8.1','8.2' ]

steps:
- name: Checkout
Expand All @@ -26,7 +26,7 @@ jobs:
id: setup-php
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
php-version: ${{ matrix.php-version }}
extensions: mbstring, intl, curl

- name: Print PHP version
Expand Down

0 comments on commit 0458fa7

Please sign in to comment.