From da2c979682065beaadc1170821e237196445bf7d Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Thu, 16 May 2024 13:26:15 +0200 Subject: [PATCH] fix pharo version --- .github/workflows/tests-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-all.yml b/.github/workflows/tests-all.yml index 283cd0d5..a4f3a718 100644 --- a/.github/workflows/tests-all.yml +++ b/.github/workflows/tests-all.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - smalltalk: [ Pharo64-13 ] + smalltalk: [ Pharo64-alpha ] runs-on: ${{ matrix.os }} name: ${{ matrix.smalltalk }} on ${{ matrix.os }} steps: