Skip to content

Commit

Permalink
Run formats CI pipeline on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gehrisandro committed Feb 24, 2025
1 parent 98b7817 commit a8a22ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/formats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2]
dependency-version: [prefer-lowest, prefer-stable]
php: [8.4]
dependency-version: [prefer-stable]

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

Expand Down

0 comments on commit a8a22ab

Please sign in to comment.