Skip to content

Commit

Permalink
ci(profile): run on php 8.1 and 8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed Apr 29, 2024
1 parent 70cf8ca commit ff318ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
flag: ['', '--v6']
php-version: [ '8.0', '8.1' ]
php-version: [ '8.1', '8.2' ]
nextcloud-version: [ 'master' ]
name: php${{ matrix.php-version }} ${{ matrix.flag }} profiling
services:
Expand Down

0 comments on commit ff318ba

Please sign in to comment.