All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php-nextgen..travis.yml Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
language: php
# Jammy Jellyfish environment has preinstalled PHP 8.1
# Focal Fossa doesn't fit since it contains preinstalled PHP 7.4 only
# https://docs.travis-ci.com/user/reference/jammy/#php-support
dist: jammy
os:
  - linux
php:
  - 8.1
  - 8.2
before_install: "composer install"
script: "vendor/bin/phpunit"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy