Skip to content

Commit a723bca

Browse files
committed
Test on PHP 8.5
1 parent 22b47f9 commit a723bca

5 files changed

Lines changed: 4552 additions & 8 deletions

File tree

.editorconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ end_of_line = lf
99
charset = utf-8
1010
trim_trailing_whitespace = true
1111
insert_final_newline = true
12-
eclint_block_comment_start = /*
13-
eclint_block_comment = *
14-
eclint_block_comment_end = */
1512

1613
[*.md]
1714
trim_trailing_whitespace = false

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
php: [ '8.1', '8.2', '8.3', '8.4' ]
10+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
1111

1212
services:
1313
mysql:
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535

3636
# Docs: https://github.com/shivammathur/setup-php
3737
- name: Setup PHP

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
.php-cs-fixer.cache
44

55
/vendor/
6-
/composer.lock
76
/test/config.php

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"ext-pdo": "*"
2121
},
2222
"require-dev": {
23-
"friendsofphp/php-cs-fixer": "^3.86",
24-
"phpstan/phpstan": "^2.1.22",
23+
"friendsofphp/php-cs-fixer": "^3.90",
24+
"phpstan/phpstan": "^2.1.32",
2525
"phpunit/phpunit": "^10.5",
2626
"ramsey/uuid": "^4.9"
2727
},

0 commit comments

Comments
 (0)