Skip to content

Commit ff765df

Browse files
committed
Adds PHP 8.5 to CI matrix
Adds PHP 8.5 to the CI matrix for both the standard and lowest dependency jobs. This ensures compatibility and testing against the latest PHP version.
1 parent 94b9864 commit ff765df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: [8.4]
16+
php: [8.5, 8.4]
1717
dependency: [prefer-lowest, prefer-stable]
1818

1919
steps:
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
php: ['8.4', '8.5']
45+
php: [8.5, 8.4]
4646
dependency: [prefer-lowest, prefer-stable]
4747

4848
steps:

0 commit comments

Comments
 (0)