Skip to content

Commit

Permalink
Merge pull request #97 from nextcloud/update-master-php-testing-versions
Browse files Browse the repository at this point in the history
Update master php testing versions
  • Loading branch information
come-nc authored Apr 4, 2022
2 parents 7d3dc7a + bef712e commit 09d7a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ["7.3", "7.4", "8.0"]
php-versions: ["7.3", "7.4", "8.0", "8.1"]

name: php-lint

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['7.4', '8.0']
php-versions: ['7.4', '8.0', "8.1"]
databases: ['mysql']
server-versions: ['master']

Expand Down

0 comments on commit 09d7a95

Please sign in to comment.