File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -130,18 +130,16 @@ jobs:
130
130
- name : " Create MySQL test database"
131
131
run : mysql --user="root" --host="127.0.0.1" -e "CREATE DATABASE dbtest character set UTF8mb4 collate utf8mb4_bin;"
132
132
133
- # - name: "Install Firebird (Linux)"
134
- # if: ${{ runner.os == 'Linux' }}
135
- # run: |
136
- # sudo add-apt-repository ppa:mapopa/firebird3.0
137
- # sudo apt-get update
138
- # sudo apt-get install -y firebird2.5-superclassic
139
- # sudo cp ./config/firebird.conf /etc/firebird/2.5/firebird.conf
140
- # sudo service firebird2.5 restart
133
+ - name : " Install Firebird (Linux/Docker)"
134
+ if : ${{ runner.os == 'Linux' }}
135
+
136
+ with :
137
+ version : ' v4'
138
+ isc_password : ' masterkey'
141
139
142
- # - name: "Install Firebird (Windows)"
143
- # if: ${{ runner.os == 'Windows' }}
144
- # run: choco install firebird --version=2.5.8 -params '/ClientAndDevTools'
140
+ - name : " Install Firebird (Windows)"
141
+ if : ${{ runner.os == 'Windows' }}
142
+ run : choco install firebird --version=4.0.4 -params '/ClientAndDevTools'
145
143
146
144
# - name: "Install MSSQL Server (Linux)"
147
145
# if: ${{ runner.os == 'Linux' }}
Original file line number Diff line number Diff line change 24
24
</coverage >
25
25
<groups >
26
26
<exclude >
27
- <group >firebird</group >
28
27
<group >mssql</group >
29
28
<!--
29
+ <group>firebird</group>
30
30
<group>mysql</group>
31
31
<group>pgsql</group>
32
32
<group>sqlite</group>
You can’t perform that action at this time.
0 commit comments