Skip to content

Commit

Permalink
Merge pull request #319 from nextcloud/update-master-php-testing-vers…
Browse files Browse the repository at this point in the history
…ions

Update master php testing versions
  • Loading branch information
nickvergessen authored Jan 28, 2022
2 parents 0b6d12f + 89b790d commit 5395433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
php-versions: ['7.3', '7.4', '8']
php-versions: ['7.4', '8.0']

name: php${{ matrix.php-versions }}
steps:
Expand All @@ -33,7 +33,7 @@ jobs:

strategy:
matrix:
php-versions: ['8']
php-versions: ['8.0']

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

Expand Down

0 comments on commit 5395433

Please sign in to comment.