Skip to content

Commit

Permalink
Führe GitHub Actions Workflows mit Ubuntu 20.04 aus (#16)
Browse files Browse the repository at this point in the history
Der für uns wesentliche Unterschied sollte die Verwendung von MySQL 8 sein. Auf diese Weise können wir testen, ob wir vorwärtskompatibel sind.
  • Loading branch information
mpdude authored Jan 20, 2022
1 parent bf149e3 commit e737d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
PHPUnit:

runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e737d32

Please sign in to comment.