Skip to content

Commit 376bc26

Browse files
authored
Merge pull request #186 from nextcloud/fix/ci
fix(ci): Update php version
2 parents 7af57d6 + 15540dc commit 376bc26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# do not stop on another job's failure
2727
fail-fast: false
2828
matrix:
29-
php-versions: [ '8.2' ]
29+
php-versions: [ '8.3' ]
3030
databases: [ 'sqlite' ]
3131
server-versions: [ 'master', 'stable33', 'stable32', 'stable31' ]
3232

0 commit comments

Comments
 (0)