Skip to content

Commit

Permalink
use double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
SiyaoIsHiding authored May 16, 2024
1 parent ff6e63d commit 77d633b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
driver-version: [ 4.10.0, 4.11.0, 4.11.1, 4.11.2, 4.11.3, 4.12.0, 4.12.1, 4.13.0, 4.14.0, 4.15.0, 4.16.0, 4.17.0 ]
driver_version: [ 4.10.0, 4.11.0, 4.11.1, 4.11.2, 4.11.3, 4.12.0, 4.12.1, 4.13.0, 4.14.0, 4.15.0, 4.16.0, 4.17.0 ]

steps:
- name: Checkout
Expand All @@ -33,6 +33,6 @@ jobs:
- name: Run client app
run: |
cd $GITHUB_WORKSPACE/client
sed -i -E 's|\(<driver.version>\)[^<]*\(</driver.version>\)|\14.16.0\2|' pom.xml
sed -i -E "s|\(<driver.version>\)[^<]*\(</driver.version>\)|\1${{ matrix.driver_version }}\2|" pom.xml
mvn compile exec:java -Dexec.mainClass="org.example.Main"

0 comments on commit 77d633b

Please sign in to comment.