diff options
| author | jvoisin | 2023-01-24 15:09:32 +0100 |
|---|---|---|
| committer | jvoisin | 2023-01-24 15:09:32 +0100 |
| commit | ff565487467cc8c8dcebb7d93c21079449399a37 (patch) | |
| tree | 09fd9bd5b423d366ec80d6374ba9df907dfbd7b0 /.github/workflows/distributions_php8.yml | |
| parent | 1bf0f3ec9088d34383c564d6306901ae6dc94cb5 (diff) | |
Bump actions/checkout version
Diffstat (limited to '.github/workflows/distributions_php8.yml')
| -rw-r--r-- | .github/workflows/distributions_php8.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml index adf71e6..04867d7 100644 --- a/.github/workflows/distributions_php8.yml +++ b/.github/workflows/distributions_php8.yml | |||
| @@ -11,7 +11,7 @@ jobs: | |||
| 11 | container: alpine:edge | 11 | container: alpine:edge |
| 12 | steps: | 12 | steps: |
| 13 | - name: Checkout code | 13 | - name: Checkout code |
| 14 | uses: actions/checkout@v2 | 14 | uses: actions/checkout@v3 |
| 15 | - name: Remove php7 tests for php8 | 15 | - name: Remove php7 tests for php8 |
| 16 | run: rm -rf src/tests/*php7*/ | 16 | run: rm -rf src/tests/*php7*/ |
| 17 | - name: Remove tests failing on alpine for wathever reason | 17 | - name: Remove tests failing on alpine for wathever reason |
| @@ -36,7 +36,7 @@ jobs: | |||
| 36 | container: debian:testing | 36 | container: debian:testing |
| 37 | steps: | 37 | steps: |
| 38 | - name: Checkout code | 38 | - name: Checkout code |
| 39 | uses: actions/checkout@v2 | 39 | uses: actions/checkout@v3 |
| 40 | - name: Install dependencies | 40 | - name: Install dependencies |
| 41 | run: | | 41 | run: | |
| 42 | apt update | 42 | apt update |
| @@ -55,7 +55,7 @@ jobs: | |||
| 55 | container: fedora:latest | 55 | container: fedora:latest |
| 56 | steps: | 56 | steps: |
| 57 | - name: Checkout code | 57 | - name: Checkout code |
| 58 | uses: actions/checkout@v2 | 58 | uses: actions/checkout@v3 |
| 59 | - name: Install dependencies | 59 | - name: Install dependencies |
| 60 | run: | | 60 | run: | |
| 61 | dnf install -y php-devel php-pear make re2c | 61 | dnf install -y php-devel php-pear make re2c |
| @@ -73,7 +73,7 @@ jobs: | |||
| 73 | container: archlinux:latest | 73 | container: archlinux:latest |
| 74 | steps: | 74 | steps: |
| 75 | - name: Checkout code | 75 | - name: Checkout code |
| 76 | uses: actions/checkout@v2 | 76 | uses: actions/checkout@v3 |
| 77 | - name: Install dependencies | 77 | - name: Install dependencies |
| 78 | continue-on-error: true | 78 | continue-on-error: true |
| 79 | run: | | 79 | run: | |
