We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4188200 + 4b44877 commit afa84baCopy full SHA for afa84ba
3 files changed
.github/workflows/tests.yml
Dockerfile
@@ -1,5 +1,5 @@
1
-FROM php:7.4-cli
2
-MAINTAINER Ondrej Hlavacek <ondrej.hlavacek@keboola.com>
+FROM php:8.1-cli
+MAINTAINER Keboola <devel@keboola.com>
3
4
ARG COMPOSER_FLAGS="--prefer-dist --no-interaction"
5
ARG DEBIAN_FRONTEND=noninteractive
composer.json
@@ -9,7 +9,7 @@
9
}
10
],
11
"require": {
12
- "php": "^7.4|^8"
+ "php": "^8.1"
13
},
14
"require-dev": {
15
"phpunit/phpunit": "^9",
0 commit comments