summaryrefslogtreecommitdiff
path: root/.github/workflows/distributions_php7.yml
diff options
context:
space:
mode:
authorjvoisin2025-07-15 22:05:51 +0200
committerjvoisin2025-07-15 22:05:51 +0200
commit0184ba96d6087c6dca62ef6a996567e6d2e2bb9e (patch)
tree214c3c69fb84934a9ec5c2462a918195e6703310 /.github/workflows/distributions_php7.yml
parent87c5fbe30b6d9adce299d261183ccd9f85b4fa1f (diff)
Bump actions/checkout from v3 to v4
Diffstat (limited to '.github/workflows/distributions_php7.yml')
-rw-r--r--.github/workflows/distributions_php7.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/distributions_php7.yml b/.github/workflows/distributions_php7.yml
index db23755..0ecab52 100644
--- a/.github/workflows/distributions_php7.yml
+++ b/.github/workflows/distributions_php7.yml
@@ -12,7 +12,7 @@ jobs:
12 container: debian:stable 12 container: debian:stable
13 steps: 13 steps:
14 - name: Checkout code 14 - name: Checkout code
15 uses: actions/checkout@v3 15 uses: actions/checkout@v4
16 - name: Remove php8 tests for php7 16 - name: Remove php8 tests for php7
17 run: rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt src/tests/disable_function/*_signal.phpt 17 run: rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt src/tests/disable_function/*_signal.phpt
18 - name: Install dependencies 18 - name: Install dependencies
@@ -33,7 +33,7 @@ jobs:
33 container: fedora:34 33 container: fedora:34
34 steps: 34 steps:
35 - name: Checkout code 35 - name: Checkout code
36 uses: actions/checkout@v3 36 uses: actions/checkout@v4
37 - name: Remove php8 tests for php7 37 - name: Remove php8 tests for php7
38 run: rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt src/tests/disable_function/*_signal.phpt 38 run: rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt src/tests/disable_function/*_signal.phpt
39 - name: Install dependencies 39 - name: Install dependencies
@@ -53,7 +53,7 @@ jobs:
53 container: ubuntu:latest 53 container: ubuntu:latest
54 steps: 54 steps:
55 - name: Checkout code 55 - name: Checkout code
56 uses: actions/checkout@v3 56 uses: actions/checkout@v4
57 - name: Remove php8 tests for php7 57 - name: Remove php8 tests for php7
58 run: rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt 58 run: rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt
59 - name: Install dependencies 59 - name: Install dependencies