Skip to content

Commit

Permalink
Dump php version of github actions to the smallest supported php vers…
Browse files Browse the repository at this point in the history
…ion of the project
  • Loading branch information
BolZer committed Feb 29, 2024
1 parent 0b04821 commit 6be0024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
include:
- { operating-system: 'ubuntu-latest', php-version: '8.2', dependencies: '' }
- { operating-system: 'ubuntu-latest', php-version: '8.1', dependencies: '' }

name: PHP ${{ matrix.php-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
include:
- { operating-system: 'ubuntu-latest', php-version: '8.2', dependencies: '' }
- { operating-system: 'ubuntu-latest', php-version: '8.1', dependencies: '' }

name: PHP ${{ matrix.php-version }}

Expand Down

0 comments on commit 6be0024

Please sign in to comment.