Skip to content

Commit 09e478f

Browse files
committed
Run tests on PHP 8
1 parent 6269fba commit 09e478f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-18.04
5757
strategy:
5858
matrix:
59-
php-version: ['7.1', '7.2', '7.3', '7.4']
59+
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0']
6060

6161
steps:
6262
- uses: actions/checkout@v2
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-18.04
7979
strategy:
8080
matrix:
81-
php-version: ['7.1', '7.2', '7.3', '7.4']
81+
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0']
8282

8383
steps:
8484
- uses: actions/checkout@v2
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-18.04
100100
strategy:
101101
matrix:
102-
php-version: ['7.1', '7.2', '7.3', '7.4']
102+
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0']
103103

104104
steps:
105105
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)