Skip to content

Commit

Permalink
chore(tests): fix versions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
thislg committed Jun 27, 2024
1 parent 50fc969 commit b90189d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ jobs:
build:
strategy:
matrix:
php: ['7.1', '7.2', '7.3', '7.4']
php_version: ['7.2', '7.3', '7.4']

runs-on: ubuntu-latest
container:
image: "lephare/php:${{ matrix.php_version }}"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b90189d

Please sign in to comment.