Skip to content

Commit

Permalink
ci: Run on ubuntu latest
Browse files Browse the repository at this point in the history
The CI was blocked because there is no more runner available with Ubuntu
18.
  • Loading branch information
theofidry committed Sep 26, 2023
1 parent 8464476 commit 8cf217b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
test:
name: PHP ${{ matrix.php-version }} + ${{ matrix.dependencies }} + ${{ matrix.variant }}
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 8cf217b

Please sign in to comment.