Skip to content

Commit facd332

Browse files
authored
Merge pull request #71 from phpspec/php8.5
Add a CI job running PHP 8.5
2 parents 124093c + 04039e9 commit facd332

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
37+
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
3838
min_stability: ['']
3939
name_suffix: ['']
4040
include:
41-
- php: '8.3'
41+
- php: '8.5'
4242
min_stability: 'dev'
4343
name_suffix: ' (dev deps)'
4444

0 commit comments

Comments
 (0)