diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de24dff190439953d974a2432921568004e8558e..0034641a2368b6f913df7094fc02563bf2666ccb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ cache: # List of stages for jobs, and their order of execution stages: - test + - deploy # PHP v7.4 test-74: @@ -31,3 +32,15 @@ test-81: script: - composer install --prefer-dist --no-progress --no-suggest - composer run-script pre-commit + +# PHP v8.1 +niif-update: + tags: + - niif-hu-shell + stage: deploy + rules: + - if: '$CI_COMMIT_BRANCH == "runner"' + # when: manual + script: + - cd /var/www/simplesamlphp + - composer update -n cicnavi/simplesamlphp-module-accounting