Skip to content

Commit e7efdda

Browse files
committed
Update supported PHP versions to match PHPCS's
1 parent 8ef572e commit e7efdda

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
php-version:
15-
- "7.0"
16-
- "7.1"
1715
- "7.2"
1816
- "7.3"
1917
- "7.4"
@@ -22,6 +20,7 @@ jobs:
2220
- "8.2"
2321
- "8.3"
2422
- "8.4"
23+
- "8.5"
2524

2625
steps:
2726
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)