From 67b18c10d82d2ccfab75588f473a204759f0e667 Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Thu, 7 Apr 2022 14:28:37 -0300 Subject: [PATCH] Add Pharo 10 to CI --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6ff1b5f..47584f5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - smalltalk: [ Pharo64-9.0, Pharo64-8.0, Pharo64-7.0 ] + smalltalk: [ Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0 ] name: ${{ matrix.smalltalk }} steps: - uses: actions/checkout@v2