From 0d9c0d32c60c50ad4dd10754b13e4b19d32f423d 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 15:44:21 +0200
Subject: [PATCH] Change job for PHP v7.4 to v8.0

---
 .github/workflows/test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e4eeb4c..0235ee9 100755
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -8,10 +8,10 @@ on:
 
 
 jobs:
-  test-74:
+  test-80:
     runs-on: ubuntu-latest
     container:
-      image: cicnavi/dap:74
+      image: cicnavi/dap:80
     steps:
       - uses: actions/checkout@v3
       - name: Validate composer.json and composer.lock
-- 
GitLab