Skip to content

Commit 97be9bb

Browse files
committed
suppot php8.5
1 parent 3f02fb2 commit 97be9bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest]
11-
php: ['8.1', '8.2', '8.3', '8.4']
11+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1212
pest: ['2.0', '3.0', '4.0']
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
exclude:
@@ -18,6 +18,10 @@ jobs:
1818
pest: '4.0'
1919
- php: '8.2'
2020
pest: '4.0'
21+
- php: '8.5'
22+
pest: '2.0'
23+
- php: '8.5'
24+
pest: '3.0'
2125

2226
name: PHP ${{ matrix.php }} - PEST ^${{ matrix.pest }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
2327

0 commit comments

Comments
 (0)