Skip to content

Commit afa84ba

Browse files
authored
Merge pull request #59 from keboola/php81
drop php <8.1
2 parents 4188200 + 4b44877 commit afa84ba

3 files changed

Lines changed: 3 additions & 34 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM php:7.4-cli
2-
MAINTAINER Ondrej Hlavacek <ondrej.hlavacek@keboola.com>
1+
FROM php:8.1-cli
2+
MAINTAINER Keboola <devel@keboola.com>
33

44
ARG COMPOSER_FLAGS="--prefer-dist --no-interaction"
55
ARG DEBIAN_FRONTEND=noninteractive

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.4|^8"
12+
"php": "^8.1"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^9",

0 commit comments

Comments
 (0)