Skip to content

Commit 7e84fb4

Browse files
authored
Merge pull request #21 from timoschinkel/inspections/php-8.5
Run inspections on PHP 8.5
2 parents 69b85ed + f546559 commit 7e84fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
10+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1111
name: PHP ${{ matrix.php-versions }}
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v6
1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2
1717
with:

0 commit comments

Comments
 (0)