From dd8376092bab21c24e41ac6af48373cef07b1038 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Sat, 11 Jun 2022 19:10:07 +0200 Subject: [PATCH] Monitor PHP 8.2 --- .../workflows/{monitor-php8.1.yml => monitor-php8.2.yml} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename .github/workflows/{monitor-php8.1.yml => monitor-php8.2.yml} (82%) diff --git a/.github/workflows/monitor-php8.1.yml b/.github/workflows/monitor-php8.2.yml similarity index 82% rename from .github/workflows/monitor-php8.1.yml rename to .github/workflows/monitor-php8.2.yml index 7a84825..5ad8fee 100644 --- a/.github/workflows/monitor-php8.1.yml +++ b/.github/workflows/monitor-php8.2.yml @@ -1,11 +1,11 @@ -name: Monitor PHP 8.1 +name: Monitor PHP 8.2 on: schedule: - cron: "0 6 * * *" repository_dispatch: types: - - monitor-php8.1 + - monitor-php8.2 jobs: test_extensions: @@ -13,7 +13,6 @@ jobs: fail-fast: false matrix: distro: - - alpine3.14 - alpine3.15 - alpine3.16 - buster @@ -22,7 +21,7 @@ jobs: runs-on: ubuntu-latest env: IPETEST_DOCKER_DISTRO: ${{ matrix.distro }} - IPETEST_ONLY_PHPVERSIONS: "8.1" + IPETEST_ONLY_PHPVERSIONS: "8.2" steps: - name: Checkout uses: actions/checkout@v1 @@ -34,4 +33,4 @@ jobs: with: token: ${{ secrets.TELEGRAM_TOKEN }} to: ${{ secrets.TELEGRAM_TO }} - message: Testing packages against PHP 8.1 failed on https://github.com/mlocati/docker-php-extension-installer + message: Testing packages against PHP 8.2 failed on https://github.com/mlocati/docker-php-extension-installer