Skip to content

Commit

Permalink
build: Update php version for code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatih Aydın committed Feb 17, 2024
1 parent 2fcea67 commit b76c45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2]
php: [8.1]
dependency-version: [prefer-lowest, prefer-stable]

name: Formats P${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
Expand Down

0 comments on commit b76c45b

Please sign in to comment.