diff --git a/.github/workflows/mysql_ci.yml b/.github/workflows/mysql_ci.yml index 3fd1cf8..c93dd3f 100644 --- a/.github/workflows/mysql_ci.yml +++ b/.github/workflows/mysql_ci.yml @@ -33,8 +33,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Setup PHP 8.1 - run: sudo update-alternatives --set php /usr/bin/php8.1 + - name: Setup PHP + uses: shivammathur/setup-php@v2 + with: + php-version: '8.2' - name: php check run: php -v diff --git a/.github/workflows/postgres_ci.yml b/.github/workflows/postgres_ci.yml index b444074..ded84cc 100644 --- a/.github/workflows/postgres_ci.yml +++ b/.github/workflows/postgres_ci.yml @@ -26,8 +26,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Setup PHP 8.1 - run: sudo update-alternatives --set php /usr/bin/php8.1 + - name: Setup PHP + uses: shivammathur/setup-php@v2 + with: + php-version: '8.2' - name: php check run: php -v diff --git a/config/Migrations/20231107000000_CreateDataBase.php b/config/Migrations/20231107000000_CreateDataBase.php index 21d9b53..90eb3d6 100644 --- a/config/Migrations/20231107000000_CreateDataBase.php +++ b/config/Migrations/20231107000000_CreateDataBase.php @@ -1,9 +1,9 @@