Skip to content

Commit

Permalink
[BUGFIX] Fix php unit test config to use legit ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
MFabse committed May 14, 2024
1 parent adae09e commit 8774f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
phpunit:
needs: integration
name: PHP ${{ matrix.php-version }} - T3 ${{ matrix.typo3-version }}
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
Expand Down

0 comments on commit 8774f05

Please sign in to comment.