Skip to content

Commit 6af761f

Browse files
committed
Add PHP 8 support
1 parent 66b427d commit 6af761f

File tree

3 files changed

+34
-30
lines changed

3 files changed

+34
-30
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- supported-versions-matrix
4141
runs-on: ubuntu-latest
4242
container:
43-
image: wyrihaximusnet/php:${{ matrix.php }}-zts-alpine3.12-dev-root
43+
image: wyrihaximusnet/php:${{ matrix.php }}-nts-buster-dev-root
4444
steps:
4545
- uses: actions/checkout@v1
4646
- name: Cache composer packages
@@ -70,7 +70,7 @@ jobs:
7070
- supported-versions-matrix
7171
runs-on: ubuntu-latest
7272
container:
73-
image: wyrihaximusnet/php:${{ matrix.php }}-zts-alpine3.12-dev-root
73+
image: wyrihaximusnet/php:${{ matrix.php }}-nts-buster-dev-root
7474
steps:
7575
- uses: actions/checkout@v1
7676
- name: Cache composer packages

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.4",
13-
"ext-session": "^7.4",
12+
"php": "^8 || ^7.4",
13+
"ext-session": "^8 || ^7.4",
1414
"hansott/psr7-cookies": "^3.0.2",
1515
"psr/http-message": "^1.0.1",
1616
"react/cache": "^1.1.1",

composer.lock

Lines changed: 30 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)