Skip to content

Commit

Permalink
[ci] Try testing newer Go and Python
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Jul 29, 2024
1 parent 5245220 commit 647f338
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,12 @@ jobs:
JAVAC: javac
JAVACFLAGS: '-Xlint:all -Werror'
- name: go_old
os: 'ubuntu-20.04'
# 22.04: golang-1.13 17 18 20
os: 'ubuntu-22.04'
apt_packages: 'golang-1.13'
GO: go
- name: go_new
# 22.04: golang-1.13 17 18 20
apt_packages: 'golang-1.20'
os: 'ubuntu-24.04'
apt_packages: 'golang-1.22'
GO: go
- name: javascript_node
NODE: node
Expand Down Expand Up @@ -76,6 +75,11 @@ jobs:
os: 'ubuntu-22.04'
apt_packages: 'python3.10'
THIN_FACTOR: 1
- name: Python 3.12
PYTHON: python3.12
os: 'ubuntu-24.04'
apt_packages: 'python3.12'
THIN_FACTOR: 1
- name: Python (pypy3)
PYTHON: pypy3
apt_packages: 'pypy3'
Expand Down

0 comments on commit 647f338

Please sign in to comment.