Skip to content

Commit b52f1a1

Browse files
authored
Merge pull request #11 from duboism/php_85
Add PHP 8.5 in CI
2 parents e8840c0 + 9e7d9f9 commit b52f1a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
operating-system: ['ubuntu-latest']
26-
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
26+
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
2727
steps:
2828
- name: Get source code
2929
uses: actions/checkout@v4

0 commit comments

Comments
 (0)