Skip to content

Commit aa09db5

Browse files
authored
Merge pull request #53 from adbario/chore/php8.5
Add PHP 8.5 support
2 parents f2c820d + 4f356e8 commit aa09db5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
continue-on-error: ${{ matrix.experimental }}
1010
strategy:
1111
matrix:
12-
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
12+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1313
experimental: [false]
1414
include:
15-
- php: '8.4'
15+
- php: '8.5'
1616
analysis: true
1717

1818
steps:

0 commit comments

Comments
 (0)