Commit 9667e19a authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Use PHP 8.4 for coverage

parent cb1802b6
Loading
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ coverage:
  stage: report
  only:
    - master
  image: php:8.1 # todo: php:8.4
  image: php:8.4
  artifacts:
    paths:
      - reports
@@ -68,11 +68,7 @@ test-8.1:
test-8.4:
  extends: .test
  stage: test
  image: php:8.4-rc
  script:
    - composer config platform.php '8.3.99' # fake version for now
    - composer update
    - vendor/bin/phpunit --fail-on-deprecation --fail-on-notice --fail-on-warning
  image: php:8.4

# latest PHP 8
test-8: