Skip to content

Commit

Permalink
Travis CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fkeloks committed Aug 13, 2022
1 parent d9008f6 commit 23cd49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: focal
dist: bionic
language: php

env:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"symfony/cache": "^5.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^8.5.23"
},
"scripts": {
"tests": "phpunit"
Expand Down

0 comments on commit 23cd49c

Please sign in to comment.