Changes
- Updated action with latest tags
- Improved CI testing workflow
- Enabled datatype compatibility for clients with previous versions: 3.0 2.5
How to use
Include in your Github workflow step:
- name: Setup FirebirdSQL container
uses: juarezr/[email protected]
with:
version: 'latest'
firebird_database: 'my_database.fdb'
firebird_user: 'my_user'
firebird_password: 'my_password'
Use this connection string in your application:
- Using in the same job:
localhost:my_database.fdb
- For using 2 versions/containers:
- Specify
container_name: <container name>
for each container - Use proper connection
<container name>:my_database.fdb
for each container
- Specify