From 29b7ab592254580a6fd59d2608f0391611240b7e Mon Sep 17 00:00:00 2001 From: lasserafn Date: Fri, 18 Oct 2024 01:20:17 +0200 Subject: [PATCH 1/2] More PHP versions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14a18b1..3776192 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2'] + php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] runs-on: ubuntu-latest From 9dcdc69b3fc52c269fd2954d185978ccfe07eb8f Mon Sep 17 00:00:00 2001 From: lasserafn Date: Fri, 18 Oct 2024 01:28:01 +0200 Subject: [PATCH 2/2] More PHP versions --- .coveralls.yml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index b81810c..0000000 --- a/.coveralls.yml +++ /dev/null @@ -1,3 +0,0 @@ -coverage_clover: build/logs/clover.xml -json_path: build/logs/coveralls-upload.json -service_name: travis-ci \ No newline at end of file