We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1caa5 commit cbc045aCopy full SHA for cbc045a
.github/workflows/compilers.yml
@@ -86,6 +86,7 @@ jobs:
86
optflags: '-O2'
87
enable_shared: false
88
- { uses: './.github/actions/compilers', name: 'ext/Setup', with: { static_exts: 'etc json/* */escape' } }
89
+ - { uses: './.github/actions/compilers', name: 'GCC 15', with: { tag: 'gcc-15' } }
90
- { uses: './.github/actions/compilers', name: 'GCC 14', with: { tag: 'gcc-14' } }
91
- { uses: './.github/actions/compilers', name: 'GCC 13', with: { tag: 'gcc-13' } }
92
- { uses: './.github/actions/compilers', name: 'GCC 12', with: { tag: 'gcc-12' } }
0 commit comments