From 0f48c3f93bc08b69c3042d9253451c6a54f88b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lanvin?= <1701590+rlanvin@users.noreply.github.com> Date: Thu, 13 Jun 2024 09:36:07 +0200 Subject: [PATCH] Add PHP 8.2 to Github workflow --- .github/workflows/tests.yml | 2 +- .gitignore | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9b9e24d..22c18d8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] + php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] name: PHP ${{ matrix.php }} steps: - name: Checkout diff --git a/.gitignore b/.gitignore index fee9568..4fa14cc 100755 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ vendor test.php composer.lock -.idea \ No newline at end of file +.idea +.phpunit.result.cache \ No newline at end of file