Build against latest 6.2 / 6.3 in CI
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 633dd35..dd29485 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,6 +8,9 @@
 jobs:
 
   build_on_linux:
+    strategy:
+      matrix:
+        fdb-version: ['6.2.30', '6.3.22']
     runs-on: ubuntu-latest
     steps:
       - name: Check out repository code
@@ -17,7 +20,7 @@
           submodules: recursive
       - name: Install FoundationDB
         env:
-          FDB_VERSION: '6.2.30'
+          FDB_VERSION: ${{ matrix.fdb-version }}
         run: |
           wget https://www.foundationdb.org/downloads/${FDB_VERSION}/ubuntu/installers/foundationdb-clients_${FDB_VERSION}-1_amd64.deb
           wget https://www.foundationdb.org/downloads/${FDB_VERSION}/ubuntu/installers/foundationdb-server_${FDB_VERSION}-1_amd64.deb
@@ -41,6 +44,10 @@
           limit-access-to-actor: true
 
   build_on_windows:
+    strategy:
+      matrix:
+        # Windows builds are not being published beyond 6.3.9 right now
+        fdb-version: ['6.2.30', '6.3.9']
     runs-on: windows-latest
     env:
       # Set to 1 for verbose rebar3 logging
@@ -55,7 +62,7 @@
           submodules: recursive
       - name: Install FoundationDB
         env:
-          FDB_VERSION: '6.2.30'
+          FDB_VERSION: ${{ matrix.fdb-version }}
         # Download FDB .msi, install it, and add FDB to the $env:Path for all future steps
         run: |
           Set-PSDebug -Trace 1
diff --git a/rebar.config b/rebar.config
index 559bcac..4d45a7f 100644
--- a/rebar.config
+++ b/rebar.config
@@ -17,7 +17,7 @@
     {"priv/erlfdb_nif.so", ["c_src/*.c"]}
 ]}.
 
-% port_env compile / link flags dynamically generated in rebar.config.script
+% port_env compiler / linker flags dynamically generated in rebar.config.script
 
 {profiles, [
     {devcontainer, [