Skip to content

Commit 32416c2

Browse files
authored
Merge pull request #22 from faissaloux/php8.5-support
`php8.5` support
2 parents 431584f + 27a39f8 commit 32416c2

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, windows-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.14', '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.14'
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)