Skip to content

Commit 7a450b1

Browse files
committed
tested on PHP 8.0
1 parent 257e84e commit 7a450b1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: ['7.1', '7.2', '7.3', '7.4']
10+
php: ['7.1', '7.2', '7.3', '7.4', '8.0']
1111

1212
fail-fast: false
1313

1414
name: PHP ${{ matrix.php }} tests
1515
steps:
1616
- uses: actions/checkout@v2
17-
- uses: shivammathur/setup-php@v1
17+
- uses: shivammathur/setup-php@v2
1818
with:
1919
php-version: ${{ matrix.php }}
2020
coverage: none
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/checkout@v2
48-
- uses: shivammathur/setup-php@v1
48+
- uses: shivammathur/setup-php@v2
4949
with:
5050
php-version: 7.4
5151
coverage: none

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.2
55
- 7.3
66
- 7.4
7+
- nightly
78

89
before_install:
910
# turn off XDebug
@@ -62,7 +63,7 @@ jobs:
6263
- stage: Code Coverage
6364

6465

65-
sudo: false
66+
dist: xenial
6667

6768
cache:
6869
directories:

0 commit comments

Comments
 (0)