diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..80b4d50 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +github: aldy505 +ko_fi: aldy505 +liberapay: aldy505 \ No newline at end of file diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2eb35c3..23f6b19 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,15 +18,15 @@ jobs: fail-fast: false matrix: version: - - '1.5' - - '1.7' + - '1.6' + - '1.10' - 'nightly' os: - ubuntu-latest arch: - x64 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }} @@ -35,6 +35,6 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v4 with: files: lcov.info diff --git a/LICENSE b/LICENSE index b1d1db5..f40888d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Reinaldy Rafli and contributors +Copyright (c) 2022 Reinaldy Rafli Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal