Skip to content

Commit a630370

Browse files
committed
Remove php7.4 support, fix Travis CI
1 parent 780bc0b commit a630370

File tree

4 files changed

+209
-136
lines changed

4 files changed

+209
-136
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
language: php
22

33
php:
4-
- 7.4
54
- 8.0
5+
- 8.1
66

77
env:
88
global:
99
- setup=basic
1010
- XDEBUG_MODE=coverage
1111

12-
1312
sudo: false
1413

1514
before_install:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Omnipay: Worldline
22

3-
[![Build Status](https://travis-ci.org/arbory/omnipay-worldline.svg?branch=master)](https://travis-ci.org/arbory/omnipay-worldline)
4-
[![Coverage Status](https://coveralls.io/repos/github/arbory/omnipay-worldline/badge.svg?branch=master)](https://coveralls.io/github/arbory/omnipay-worldline?branch=master)
3+
[![Build Status](https://app.travis-ci.com/arbory/omnipay-wordline.svg?branch=master)](https://app.travis-ci.com/arbory/omnipay-wordline)
4+
[![Coverage Status](https://coveralls.io/repos/github/arbory/omnipay-wordline/badge.svg?branch=master)](https://coveralls.io/github/arbory/omnipay-wordline?branch=master)
55

66
Worldline Gateway for Omnipay payment processing library.
77
This gateway is different from global payeezy gateway and is mainly used only in Latvia.

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"php-http/guzzle7-adapter": "^1.0"
1313
},
1414
"require-dev": {
15+
"php": "^8.0|^8.1",
1516
"omnipay/tests": "^4",
1617
"squizlabs/php_codesniffer": "^3",
1718
"phpro/grumphp": "^1",

0 commit comments

Comments
 (0)