Skip to content

Commit a8a22ab

Browse files
committed
Run formats CI pipeline on PHP 8.4
1 parent 98b7817 commit a8a22ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/formats.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
os: [ubuntu-latest]
13-
php: [8.2]
14-
dependency-version: [prefer-lowest, prefer-stable]
13+
php: [8.4]
14+
dependency-version: [prefer-stable]
1515

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

0 commit comments

Comments
 (0)