Monitor PHP 8.2

pull/593/head
Michele Locati 2022-06-11 19:10:07 +02:00
parent f28c571c4a
commit dd8376092b
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 4 additions and 5 deletions

View File

@ -1,11 +1,11 @@
name: Monitor PHP 8.1 name: Monitor PHP 8.2
on: on:
schedule: schedule:
- cron: "0 6 * * *" - cron: "0 6 * * *"
repository_dispatch: repository_dispatch:
types: types:
- monitor-php8.1 - monitor-php8.2
jobs: jobs:
test_extensions: test_extensions:
@ -13,7 +13,6 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
distro: distro:
- alpine3.14
- alpine3.15 - alpine3.15
- alpine3.16 - alpine3.16
- buster - buster
@ -22,7 +21,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
IPETEST_DOCKER_DISTRO: ${{ matrix.distro }} IPETEST_DOCKER_DISTRO: ${{ matrix.distro }}
IPETEST_ONLY_PHPVERSIONS: "8.1" IPETEST_ONLY_PHPVERSIONS: "8.2"
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v1
@ -34,4 +33,4 @@ jobs:
with: with:
token: ${{ secrets.TELEGRAM_TOKEN }} token: ${{ secrets.TELEGRAM_TOKEN }}
to: ${{ secrets.TELEGRAM_TO }} 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