Skip to content

Commit 66280c8

Browse files
committed
Updated travis config
1 parent bf8e8c0 commit 66280c8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: php
2-
distro: bionic
2+
distro: focal
33
php:
44
- '7.1'
55
- '7.2'
66
- '7.3'
77
- '7.4'
88
- '8.0'
9+
- '8.1'
910
install:
1011
- composer update
1112
script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Laravel validation rule that checks if a password has been exposed in a data breach",
44
"type": "library",
55
"require": {
6-
"php": "^7.1||^8.0",
6+
"php": "^7.1||^8.0||8.1",
77
"divineomega/password_exposed": "^3.2.0",
88
"illuminate/contracts": "^5.1||^6.0||^7.0||^8.0||^9.0"
99
},

0 commit comments

Comments
 (0)