Skip to content

Commit

Permalink
Merge pull request #351 from nanasess/php7.4-support
Browse files Browse the repository at this point in the history
テスト対象に PHP7.4 を追加
  • Loading branch information
chihiro-adachi authored Dec 20, 2019
2 parents 2bce3d8 + 5b3e4c8 commit 36e3012
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-18.04 ]
php: [ 5.4, 5.5, 5.6, 7.1, 7.2, 7.3 ]
php: [ 5.4, 5.5, 5.6, 7.1, 7.2, 7.3, 7.4 ]
db: [ mysql, pgsql ]
include:
- db: mysql
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ windows-2019 ]
php: [ 5.5, 5.6, 7.1, 7.2, 7.3 ]
php: [ 5.5, 5.6, 7.1, 7.2, 7.3, 7.4 ]
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- 7.4

addons:
apt:
Expand Down Expand Up @@ -59,10 +59,9 @@ matrix:
env: DB=pgsql USER=postgres DBPASS=password DBUSER=postgres COVERAGE=true
- php: 7.2
env: DB=pgsql USER=postgres DBPASS=password DBUSER=postgres COVERAGE=true
- php: 7.4snapshot
- php: 7.4
env: DB=pgsql USER=postgres DBPASS=password DBUSER=postgres COVERAGE=true
allow_failures:
- php: 7.4snapshot
# Use for coverage report
- php: 7.3
env: DB=pgsql USER=postgres DBPASS=password DBUSER=postgres COVERAGE=true
Expand Down

0 comments on commit 36e3012

Please sign in to comment.