diff options
Diffstat (limited to '.github/workflows/distributions_php7.yml')
| -rw-r--r-- | .github/workflows/distributions_php7.yml | 6 |
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 |
