44
44
needs : lint
45
45
strategy :
46
46
matrix :
47
- os : [ubuntu-latest, windows-latest ]
48
- ruby : [jruby-9.2.21.0, jruby-9.4.2.0, '2.7', '3.3']
47
+ os : [ubuntu-latest]
48
+ ruby : ['3.3']
49
49
asciidoctor-version : [~]
50
50
asciidoctor-diagram-version : ['~> 2.2']
51
51
asciidoctor-kroki-version : [~]
@@ -57,19 +57,19 @@ jobs:
57
57
ruby : ' 3.3'
58
58
include :
59
59
# test oldest Ruby 3 to ensure compatibility across full range of Ruby 3 versions
60
- - os : ubuntu-latest
61
- ruby : ' 3.0'
60
+ # - os: ubuntu-latest
61
+ # ruby: '3.0'
62
62
- os : macos-latest
63
63
ruby : ' 3.3'
64
64
# test oldest permitted versions of dependencies
65
- - os : ubuntu-latest
66
- ruby : ' 2.7'
67
- asciidoctor-version : ' 2.0.10'
68
- rouge-version : ' ~> 2.0.0'
69
- - os : windows-latest
70
- ruby : ' 3.3'
71
- asciidoctor-diagram-version : ~
72
- asciidoctor-kroki-version : ' 0.10.0'
65
+ # - os: ubuntu-latest
66
+ # ruby: '2.7'
67
+ # asciidoctor-version: '2.0.10'
68
+ # rouge-version: '~> 2.0.0'
69
+ # - os: windows-latest
70
+ # ruby: '3.3'
71
+ # asciidoctor-diagram-version: ~
72
+ # asciidoctor-kroki-version: '0.10.0'
73
73
# NOTE: enable once Asciidoctor 2.1.0 is released
74
74
# - os: ubuntu-latest
75
75
# ruby: '3.3'
@@ -111,7 +111,12 @@ jobs:
111
111
sudo apt-get install ghostscript poppler-utils
112
112
- name : Install Ghostscript and Poppler (macOS)
113
113
if : matrix.os == 'macos-latest'
114
- run : brew install ghostscript poppler
114
+ run : |
115
+ brew unlink ghostscript
116
+ wget https://raw.githubusercontent.com/Homebrew/homebrew-core/0e594be417b7947dcf7d6eb63293fcf652b7e3ae/Formula/g/ghostscript.rb
117
+ brew install --formula ./ghostscript.rb
118
+ brew link ghostscript
119
+ brew install poppler
115
120
- name : Install Ghostscript and Poppler and set GS env var (Windows)
116
121
if : matrix.os == 'windows-latest'
117
122
run : |
0 commit comments