diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8749717..714b3df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.1', '8.2', '8.3'] + php-version: ['8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 @@ -55,7 +55,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.1', '8.2', '8.3'] + php-version: ['8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4 diff --git a/.gitignore b/.gitignore index eeed333..134f5be 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,8 @@ nbbuild/ dist/ nbdist/ nbactions.xml -nb-configuration.xml \ No newline at end of file +nb-configuration.xml + +logs/ +coverage.xml +infection-log.json \ No newline at end of file