From 1a4f0c0eedae0856632d607657c39c4fa3537cb1 Mon Sep 17 00:00:00 2001 From: Nia Date: Fri, 1 Mar 2024 16:50:25 -0500 Subject: [PATCH 1/5] Change version to 3.0 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f6af2e0..e4584f16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Get Ruby version id: rubyversion - run: echo "::set-output name=version::$(curl https://raw.githubusercontent.com/github/pages-gem/master/.ruby-version)" + run: echo "::set-output name=version::3.0" - name: Set up Ruby uses: ruby/setup-ruby@v1 From b2adc488e8b928d68ca54347f955041e43556f99 Mon Sep 17 00:00:00 2001 From: Nia Date: Fri, 1 Mar 2024 16:53:45 -0500 Subject: [PATCH 2/5] Change version to 2.7 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e4584f16..f1f2b27b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Get Ruby version id: rubyversion - run: echo "::set-output name=version::3.0" + run: echo "::set-output name=version::2.7" - name: Set up Ruby uses: ruby/setup-ruby@v1 From 010ebcea555fde8f5cf93d94a91fe9e895e9d488 Mon Sep 17 00:00:00 2001 From: Nia Date: Fri, 1 Mar 2024 16:55:01 -0500 Subject: [PATCH 3/5] Change version to 3.2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1f2b27b..769f5f6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Get Ruby version id: rubyversion - run: echo "::set-output name=version::2.7" + run: echo "::set-output name=version::3.2" - name: Set up Ruby uses: ruby/setup-ruby@v1 From 213035ef4b209e10cb2d4b8ca2d5225d48c54ac8 Mon Sep 17 00:00:00 2001 From: Nia Date: Fri, 1 Mar 2024 17:08:07 -0500 Subject: [PATCH 4/5] Fix broken html link --- _docs/sysadmin/configuration/registration_feed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/sysadmin/configuration/registration_feed.md b/_docs/sysadmin/configuration/registration_feed.md index 2016a944..f1b72058 100644 --- a/_docs/sysadmin/configuration/registration_feed.md +++ b/_docs/sysadmin/configuration/registration_feed.md @@ -153,7 +153,7 @@ This defines the constant `CSV_FILE` and sets its value to `/path/to/datafile.cs _Do not change the constant_. Only change the constant's value. -We would need to change the value to reflect where the student data CSV is located (did you [note this](/sysadmin/configuration/registration_feed#4-before-installing-auto-feed-script) back in chapter 3?). +We would need to change the value to reflect where the student data CSV is located (did you [note this](/sysadmin/configuration/registration_feed#3-before-installing-auto-feed-script) back in chapter 3?). For example, if your data warehouse delivers the feed CSV to `/users/datawarehouse/enrollment.csv` -- then change the line to read: ```php define('CSV_FILE', '/users/datawarehouse/enrollment.csv'); From d5a13bff14d4d785c4dd3e47712ca9a25bc3b940 Mon Sep 17 00:00:00 2001 From: Nia Date: Fri, 1 Mar 2024 17:10:00 -0500 Subject: [PATCH 5/5] Revert "Fix broken html link" This reverts commit 213035ef4b209e10cb2d4b8ca2d5225d48c54ac8. --- _docs/sysadmin/configuration/registration_feed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/sysadmin/configuration/registration_feed.md b/_docs/sysadmin/configuration/registration_feed.md index f1b72058..2016a944 100644 --- a/_docs/sysadmin/configuration/registration_feed.md +++ b/_docs/sysadmin/configuration/registration_feed.md @@ -153,7 +153,7 @@ This defines the constant `CSV_FILE` and sets its value to `/path/to/datafile.cs _Do not change the constant_. Only change the constant's value. -We would need to change the value to reflect where the student data CSV is located (did you [note this](/sysadmin/configuration/registration_feed#3-before-installing-auto-feed-script) back in chapter 3?). +We would need to change the value to reflect where the student data CSV is located (did you [note this](/sysadmin/configuration/registration_feed#4-before-installing-auto-feed-script) back in chapter 3?). For example, if your data warehouse delivers the feed CSV to `/users/datawarehouse/enrollment.csv` -- then change the line to read: ```php define('CSV_FILE', '/users/datawarehouse/enrollment.csv');