Skip to content

Commit 5cc8436

Browse files
committed
Test on 8.1
1 parent 6be4366 commit 5cc8436

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest]
9-
php: [8.0, 7.4, 7.3, 7.2, 7.1]
9+
php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1]
1010

1111
runs-on: ${{ matrix.os }}
1212
steps:
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
os: [ubuntu-latest]
32-
php: [8.0]
32+
php: [8.1]
3333

3434
runs-on: ${{ matrix.os }}
3535
steps:
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
matrix:
5252
os: [ubuntu-latest]
53-
php: [8.0]
53+
php: [8.1]
5454

5555
runs-on: ${{ matrix.os }}
5656
steps:
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
matrix:
7676
os: [ubuntu-latest]
77-
php: [8.0]
77+
php: [8.1]
7878

7979
runs-on: ${{ matrix.os }}
8080
steps:

0 commit comments

Comments
 (0)