Fix tests (#184)

2595a95 · Paulo F. Oliveira · 2023-03-30 03:54

2 files +57 -9
Message
{commit_body(@commit)}

Files changed

modified .github/workflows/ubuntu.yml
+4 −8
@@ -20,11 +20,11 @@ jobs:
20 20 fail-fast: false
21 21 matrix:
22 22 combo:
23 - otp-version: 'master'
24 elixir-version: '1.14.0'
23 + - otp-version: '25.2'
24 + elixir-version: '1.14.3'
25 25 os: 'ubuntu-latest'
26 - otp-version: 'master'
27 elixir-version: '1.14.0'
26 + - otp-version: '25.2'
27 + elixir-version: '1.14.3'
28 28 os: 'ubuntu-latest'
29 29 version-type: 'strict'
30 30 - otp-version: '25'
@@ -113,10 +113,6 @@ jobs:
113 113 otp-version: '25'
114 114 os: 'ubuntu-20.04'
115 115 version-type: 'strict'
116 - gleam-version: 'nightly'
117 otp-version: '24'
118 os: 'ubuntu-latest'
119 disable_problem_matchers: true
120 116 - gleam-version: '0.23'
121 117 otp-version: '24'
122 118 os: 'ubuntu-latest'
modified 3RD_PARTY_LICENSES
+53 −1
@@ -926,6 +926,32 @@ limitations under the License.
926 926
927 927 -----
928 928
929 +The following software may be included in this product: array-buffer-byte-length. A copy of the source code may be downloaded from git+https://github.com/inspect-js/array-buffer-byte-length.git. This software contains the following license and notice below:
930 +
931 +MIT License
932 +
933 +Copyright (c) 2023 Inspect JS
934 +
935 +Permission is hereby granted, free of charge, to any person obtaining a copy
936 +of this software and associated documentation files (the "Software"), to deal
937 +in the Software without restriction, including without limitation the rights
938 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
939 +copies of the Software, and to permit persons to whom the Software is
940 +furnished to do so, subject to the following conditions:
941 +
942 +The above copyright notice and this permission notice shall be included in all
943 +copies or substantial portions of the Software.
944 +
945 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
946 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
947 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
948 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
949 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
950 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
951 +SOFTWARE.
952 +
953 +-----
954 +
929 955 The following software may be included in this product: array-includes, define-properties. A copy of the source code may be downloaded from git://github.com/es-shims/array-includes.git (array-includes), git://github.com/ljharb/define-properties.git (define-properties). This software contains the following license and notice below:
930 956
931 957 The MIT License (MIT)
@@ -1620,7 +1646,7 @@ SOFTWARE.
1620 1646
1621 1647 The following software may be included in this product: core-js-pure. A copy of the source code may be downloaded from https://github.com/zloirock/core-js.git. This software contains the following license and notice below:
1622 1648
1623 Copyright (c) 2014-2022 Denis Pushkarev
1649 +Copyright (c) 2014-2023 Denis Pushkarev
1624 1650
1625 1651 Permission is hereby granted, free of charge, to any person obtaining a copy
1626 1652 of this software and associated documentation files (the "Software"), to deal
@@ -10213,6 +10239,32 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10213 10239
10214 10240 -----
10215 10241
10242 +The following software may be included in this product: string.prototype.trim. A copy of the source code may be downloaded from git://github.com/es-shims/String.prototype.trim.git. This software contains the following license and notice below:
10243 +
10244 +The MIT License (MIT)
10245 +
10246 +Copyright (c) 2015 Jordan Harband
10247 +
10248 +Permission is hereby granted, free of charge, to any person obtaining a copy
10249 +of this software and associated documentation files (the "Software"), to deal
10250 +in the Software without restriction, including without limitation the rights
10251 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10252 +copies of the Software, and to permit persons to whom the Software is
10253 +furnished to do so, subject to the following conditions:
10254 +
10255 +The above copyright notice and this permission notice shall be included in all
10256 +copies or substantial portions of the Software.
10257 +
10258 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10259 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10260 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10261 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10262 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10263 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10264 +SOFTWARE.
10265 +
10266 +-----
10267 +
10216 10268 The following software may be included in this product: string.prototype.trimend, string.prototype.trimstart. A copy of the source code may be downloaded from git://github.com/es-shims/String.prototype.trimEnd.git (string.prototype.trimend), git://github.com/es-shims/String.prototype.trimStart.git (string.prototype.trimstart). This software contains the following license and notice below:
10217 10269
10218 10270 MIT License

Parents: a255120