Skip to content

Commit

Permalink
update language versions (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
acxz authored Sep 21, 2022
1 parent 2f81eea commit b3cc684
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
matrix:
os: [ubuntu-latest]
java-version: ['17']
julia-version: ['1.7.3']
julia-version: ['1.8.0']
python-version: ['3.10']
numpy-version: ['1.22']
numpy-version: ['1.23.2']
gfortran-version: ['9'] # Note: unused since is built-in.
rust-version: ['1.42.0'] # Note: unused since controlled by `rust/rust-toolchain`
js-version: ['16']
r-version: ['4.1.2']
js-version: ['18']
r-version: ['4.2.1']
lua-version: ['latest'] # Note: unused since lua distribution manually downloaded
go-version: ['1.17.4']
go-version: ['1.19']

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
cd ~/work/Microbenchmarks/Microbenchmarks/lua
./lua-install.sh
- name: "Set up Go"
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: "Run benchmark"
Expand Down

0 comments on commit b3cc684

Please sign in to comment.