We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0ee1a commit e1ab9d9Copy full SHA for e1ab9d9
.github/workflows/test-e2e.yml
@@ -14,7 +14,7 @@ jobs:
14
DOCKER_FILE: docker-compose.ci.yml
15
strategy:
16
fail-fast: false
17
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
18
steps:
19
- uses: actions/checkout@v2
20
- uses: actions/setup-node@v2
.github/workflows/test-php.yml
@@ -36,7 +36,7 @@ jobs:
36
37
phpunit:
38
name: PHPUnit
39
40
services:
41
mysql:
42
image: mysql:5.7
0 commit comments