From ecfaeb2f8b73a6cae61e788e7c3a19569c03f120 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marko=20Ivan=C4=8Di=C4=87?= <marko.ivancic@srce.hr>
Date: Mon, 21 Aug 2023 16:03:22 +0200
Subject: [PATCH] Change job for PHP v7.4 to v8.0

---
 .gitlab-ci.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index af5398e..3684d30 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,18 +13,16 @@ stages:
   - test
   - deploy
 
-# PHP v7.4
-test-74:
+test-80:
   tags:
     - niif-hu-docker
   stage: test
-  image: cicnavi/dap:74
+  image: cicnavi/dap:80
   script:
     - composer install --prefer-dist --no-progress --no-suggest
     - vendor/bin/psalm --clear-cache
     - composer run-script pre-commit
 
-# PHP v8.1
 test-81:
   tags:
     - niif-hu-docker
-- 
GitLab