diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 6bada6b..50789a6 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - php_versions: ['8.0', '8.1', '8.2'] + php_versions: ['8.1', '8.2', '8.3'] node_version: ['18'] runs-on: ubuntu-latest @@ -61,7 +61,7 @@ jobs: # strategy: # fail-fast: false # matrix: -# php_versions: ['8.0', '8.1', '8.2'] +# php_versions: ['8.1', '8.2', '8.3'] # runs-on: ubuntu-latest # name: PHPUnit - PHP ${{ matrix.php_versions }} - MySQL @@ -139,7 +139,7 @@ jobs: # strategy: # fail-fast: false # matrix: -# php_versions: ['8.0', '8.1', '8.2'] +# php_versions: ['8.1', '8.2', '8.3'] # runs-on: ubuntu-latest # name: PHPUnit - PHP ${{ matrix.php_versions }} - SQLite @@ -200,7 +200,7 @@ jobs: # strategy: # fail-fast: false # matrix: -# php_versions: ['8.0', '8.1', '8.2'] +# php_versions: ['8.1', '8.2', '8.3'] # runs-on: ubuntu-latest # name: PHPUnit - PHP ${{ matrix.php_versions }} - PostgreSQL @@ -267,7 +267,7 @@ jobs: # strategy: # fail-fast: false # matrix: -# php_versions: ['8.0', '8.1', '8.2'] +# php_versions: ['8.1', '8.2', '8.3'] # runs-on: windows-latest # name: PHPUnit - PHP ${{ matrix.php_versions }} - Windows diff --git a/.github/workflows/PHPStan.yml b/.github/workflows/PHPStan.yml index 9eeb23e..bdec508 100644 --- a/.github/workflows/PHPStan.yml +++ b/.github/workflows/PHPStan.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php_versions: ['8.0', '8.1', '8.2'] + php_versions: ['8.1', '8.2', '8.3'] runs-on: ubuntu-latest name: PHPStan - ${{ matrix.php_versions }}