We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4636a98 commit 873d92eCopy full SHA for 873d92e
.github/workflows/phpunit.yml
@@ -34,7 +34,7 @@ env:
34
jobs:
35
main:
36
name: PHP ${{ matrix.php-versions }} - ${{ matrix.db-platforms }}
37
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
38
if: "!contains(github.event.head_commit.message, '[ci skip]')"
39
strategy:
40
matrix:
0 commit comments