Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei committed Apr 25, 2022
2 parents d7c3645 + 04ee923 commit 82c03ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
tools: composer

- name: Install
run: composer install
run: composer install --no-interaction

# update kirby to latest release of version 3 (includes release candidates!)
# https://semver.mwl.be/#!?package=getkirby%2Fcms&version=3.*&minimum-stability=RC
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: php
php: 7.4
php: 8.0
matrix:
fast_finish: true
install: composer install --no-interaction
Expand Down

0 comments on commit 82c03ce

Please sign in to comment.