Skip to content

Commit

Permalink
Update tests.yml for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MattMencel authored Oct 29, 2024
1 parent 02cf7b0 commit 820b98c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.1', '8.2']
php-version: ['7.4', '8.1', '8.2']
steps:
- uses: actions/checkout@v4
- name: Use PHP ${{ matrix.php-version }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.1', '8.2']
php-version: ['7.4', '8.1', '8.2']
version: ['dev-master', '1.0']
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 820b98c

Please sign in to comment.