Skip to content

Commit

Permalink
Merge pull request #1803 from nextcloud/use-php83
Browse files Browse the repository at this point in the history
Use pre-installed PHP 8.3 on runners
  • Loading branch information
Ivansss authored Sep 16, 2024
2 parents 7b15e36 + d479c8d commit cc41d19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/uitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:
configs: [
{ talkbranch: 'stable23', serverbranch: 'stable23', phpversion: '8.0' },
{ talkbranch: 'stable27', serverbranch: 'stable27', phpversion: '8.2' },
{ talkbranch: 'stable28', serverbranch: 'stable28', phpversion: '8.2' },
{ talkbranch: 'stable29', serverbranch: 'stable29', phpversion: '8.2' },
{ talkbranch: 'stable30', serverbranch: 'stable30', phpversion: '8.2' },
{ talkbranch: 'main', serverbranch: 'master', phpversion: '8.2' }
{ talkbranch: 'stable28', serverbranch: 'stable28', phpversion: '8.3' },
{ talkbranch: 'stable29', serverbranch: 'stable29', phpversion: '8.3' },
{ talkbranch: 'stable30', serverbranch: 'stable30', phpversion: '8.3' },
{ talkbranch: 'main', serverbranch: 'master', phpversion: '8.3' }
]

steps:
Expand Down

0 comments on commit cc41d19

Please sign in to comment.