From 0ff2dbd21992e40b6f59528bfc32e930b385ed3e Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Mon, 20 May 2024 14:02:26 +0200 Subject: [PATCH] oracle-tests --- .github/workflows/ci.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f4ac34..8ca686a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: matrix: php: [ 8.3 ] database: [ oracle ] - release: [ lowest ] + release: [ stable ] steps: - name: Check out code diff --git a/composer.json b/composer.json index f9cf274..97ffd81 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.5", "singlestoredb/singlestoredb-laravel": "^1.5.4", - "yajra/laravel-oci8": "^11.0" + "yajra/laravel-oci8": "11.2" }, "autoload": { "psr-4": {