Commit 90e26f93 authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Test in 8.2

parent 21956c07
Loading
Loading
Loading
Loading
Loading
+4 −10
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ cache:

.test:
  before_script:
    - php -v
    # install system packages
    - apt-get update && apt-get install -y git unzip
    # install extensions
@@ -41,18 +42,11 @@ test-7.4:
  stage: test
  image: php:7.4

## current release
test-8.0:
## latest 8
test-8:
  extends: .test
  stage: test
  image: php:8.0

# latest unstable
test-rc:
  extends: .test
  stage: test
  image: php:rc
  allow_failure: true
  image: php:8

# coverage
coverage: