Skip to content

Commit

Permalink
PHP73: Test PHP7.3 only
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Jan 6, 2023
1 parent fcd1994 commit b9a3f10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-22.04]
php-version: ['7.3', '7.4', '8.0', '8.1', '8.2']
php-version: ['7.3']

name: Testing PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-22.04]
php-version: ['7.3', '7.4', '8.0', '8.1', '8.2']
php-version: ['7.3']

name: Testing PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-22.04]
php-version: ['7.3', '7.4', '8.0', '8.1', '8.2']
php-version: ['7.3']

name: Testing PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }}

Expand Down

0 comments on commit b9a3f10

Please sign in to comment.