Update build.yml

This commit is contained in:
Matthias Grosser 2024-11-27 08:24:13 +01:00 committed by GitHub
parent e88243960f
commit a57b1c6249
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
steps:
- uses: actions/checkout@v2