Skip to content

Commit 02df6cb

Browse files
committed
Update tested PHP versions
1 parent e5f3571 commit 02df6cb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
php:
17-
- '8.0'
17+
- '8.1'
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@v2
2323
with:
@@ -42,6 +42,7 @@ jobs:
4242
- '5.0'
4343
php:
4444
- '8.1'
45+
- '8.2'
4546
services:
4647
mysql:
4748
image: mysql:5.7
@@ -53,7 +54,7 @@ jobs:
5354
MYSQL_ROOT_PASSWORD:
5455

5556
steps:
56-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v3
5758
- name: Create MongoDB Replica Set
5859
run: |
5960
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

Comments
 (0)