Skip to content

Conversation

@MatanYadaev
Copy link
Owner

@MatanYadaev MatanYadaev commented Feb 18, 2024

Closes #93

@MatanYadaev MatanYadaev marked this pull request as ready for review February 20, 2024 21:47
@MatanYadaev MatanYadaev mentioned this pull request Feb 20, 2024
@vermaysha
Copy link

vermaysha commented Feb 21, 2024

Since the project we are working on uses mariadb and now I am also migrating to postgresql and fortunately this library is also updating to support postgresql.

After I tested it, so far I haven't found any errors.
In addition, for testing we focus on Point type

Comment on lines 17 to 24
matrix:
php: [ 8.3, 8.2, 8.1 ]
laravel: [ 10.* ]
db: [ 'mysql:8.0', 'mysql:5.7', 'mariadb:10.9' ]
dependency-version: [ prefer-lowest, prefer-stable ]
db: [ 'mysql:8.0', 'mysql:5.7', 'mariadb:10.11', 'postgis/postgis:16-3.4', 'postgis/postgis:15-3.4', 'postgis/postgis:14-3.4', 'postgis/postgis:13-3.4', 'postgis/postgis:12-3.4' ]
dependency-version: [ prefer-stable, prefer-lowest ]
include:
- laravel: 10.*
testbench: ^8.0
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How to run the combinations of PHP 8.2/8.1 and dependency version prefer-lowest only when DB is mysql:8.0?
In other words, all the DBs except MySQL 8 should run with PHP 8.3 and prefer-stable only.

@MatanYadaev MatanYadaev merged commit 920c897 into master Feb 24, 2024
@MatanYadaev MatanYadaev deleted the postgres-support branch February 24, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Postgres

3 participants