Skip to content

Commit

Permalink
oracle-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed May 20, 2024
1 parent 24014ce commit 0ff2dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
php: [ 8.3 ]
database: [ oracle ]
release: [ lowest ]
release: [ stable ]

steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 0ff2dbd

Please sign in to comment.