We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7522b commit fc0c2cfCopy full SHA for fc0c2cf
1 file changed
.github/workflows/ci.yml
@@ -54,9 +54,9 @@ jobs:
54
os: ubuntu-latest
55
- build: php-8.3
56
57
- - build: python-3.11
+ - build: python-3.11.13
58
59
- - build: python-3.12
+ - build: python-3.12.11
60
61
- build: ruby-3.2
62
@@ -187,7 +187,7 @@ jobs:
187
188
- name: Configure java
189
run: |
190
- sudo ./configure java
+ sudo --preserve-env=JAVA_HOME ./configure java
191
if: steps.metadata.outputs.module == 'java'
192
193
- name: Make java
0 commit comments