Skip to content

Commit

Permalink
fixup! Add tests on older Ubuntu's
Browse files Browse the repository at this point in the history
  • Loading branch information
rbt committed May 25, 2022
1 parent a2b6939 commit 97c8c17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@ jobs:
# Check older database versions on the latest version of Raku only
include:
- raku-version: latest
operating-system: ubuntu-latest
postgres-image: postgres:12
mysql-image: mysql:5.7
- raku-version: latest
operating-system: ubuntu-latest
postgres-image: postgres:11
mysql-image: mariadb:10.6
- raku-version: latest
operating-system: ubuntu-latest
postgres-image: postgres:10
mysql-image: mariadb:10.5

Expand Down

0 comments on commit 97c8c17

Please sign in to comment.