diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index bf3e1ff..90af961 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -30,7 +30,7 @@ jobs: fail-fast: false matrix: laravel: [ ^10.0, ^11.0 ] - php: ['8.2', '8.3'] + php: ['8.3', '8.4'] include: - laravel: ^10.0 testbench: ^8.0 diff --git a/.gitignore b/.gitignore index c929011..11ca2f5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,4 @@ coverage.xml _ide_helper.php _ide_helper_models.php.php .phpunit.result.cache -.phpunit.cache \ No newline at end of file +.phpunit.cache/* \ No newline at end of file diff --git a/buildDockerImages.sh b/buildDockerImages.sh deleted file mode 100755 index 629e88b..0000000 --- a/buildDockerImages.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -echo "Building PHP8 image..." && -cd ./docker/php8 && docker buildx build --push . -t ghcr.io/danielme85/lltdb-testbench:latest diff --git a/phpunit.xml.bak b/phpunit.xml.bak new file mode 100644 index 0000000..04a8199 --- /dev/null +++ b/phpunit.xml.bak @@ -0,0 +1,25 @@ + + + + + + ./tests/ + + + + + ./src + + + ./vendor + + +