From: Dan Brown Date: Mon, 14 Nov 2022 18:26:01 +0000 (+0000) Subject: Added php8.2 to GH action checks X-Git-Tag: v22.11~1^2~8^2^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/796f4090b5a60dbef4fed8e298725ba20dea8655 Added php8.2 to GH action checks --- diff --git a/.github/workflows/test-migrations.yml b/.github/workflows/test-migrations.yml index d762d7eab..82f5ae258 100644 --- a/.github/workflows/test-migrations.yml +++ b/.github/workflows/test-migrations.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - php: ['7.4', '8.0', '8.1'] + php: ['7.4', '8.0', '8.1', '8.2'] steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index 4185e83c3..903b676cd 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - php: ['7.4', '8.0', '8.1'] + php: ['7.4', '8.0', '8.1', '8.2'] steps: - uses: actions/checkout@v1