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 e5f3571 commit 02df6cbCopy full SHA for 02df6cb
.github/workflows/build-ci.yml
@@ -14,10 +14,10 @@ jobs:
14
strategy:
15
matrix:
16
php:
17
- - '8.0'
+ - '8.1'
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
21
- name: Setup PHP
22
uses: shivammathur/setup-php@v2
23
with:
@@ -42,6 +42,7 @@ jobs:
42
- '5.0'
43
44
- '8.1'
45
+ - '8.2'
46
services:
47
mysql:
48
image: mysql:5.7
@@ -53,7 +54,7 @@ jobs:
53
54
MYSQL_ROOT_PASSWORD:
55
56
- - uses: actions/checkout@v2
57
+ - uses: actions/checkout@v3
58
- name: Create MongoDB Replica Set
59
run: |
60
docker run --name mongodb -p 27017:27017 -e MONGO_INITDB_DATABASE=unittest --detach mongo:${{ matrix.mongodb }} mongod --replSet rs --setParameter transactionLifetimeLimitSeconds=5
0 commit comments