diff options
Diffstat (limited to '.github/workflows/distributions_php7.yml')
| -rw-r--r-- | .github/workflows/distributions_php7.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/distributions_php7.yml b/.github/workflows/distributions_php7.yml index 60eedd2..cd65177 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@v2 | 15 | uses: actions/checkout@v3 |
| 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@v2 | 36 | uses: actions/checkout@v3 |
| 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@v2 | 56 | uses: actions/checkout@v3 |
| 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 |
| @@ -74,7 +74,7 @@ jobs: | |||
| 74 | container: archlinux:latest | 74 | container: archlinux:latest |
| 75 | steps: | 75 | steps: |
| 76 | - name: Checkout code | 76 | - name: Checkout code |
| 77 | uses: actions/checkout@v2 | 77 | uses: actions/checkout@v3 |
| 78 | - name: Remove php8 tests for php7 | 78 | - name: Remove php8 tests for php7 |
| 79 | run: rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt | 79 | run: rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt |
| 80 | - name: Install dependencies | 80 | - name: Install dependencies |
