Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #39

Merged
merged 10 commits into from
Feb 21, 2024
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ before_script:
- mv /usr/local/etc/php/php.ini-development /usr/local/etc/php/php.ini
- echo "memory_limit = -1" > /usr/local/etc/php/conf.d/test.ini

test:php-8.0:
test:php-8.2:
stage: test
image: php:8.0
image: php:8.2
script:
- bash ./bin/prepare_tests.sh && bash ./bin/run_tests.sh
tags:
Expand Down
Empty file added .travis.yml
Empty file.
Loading