Skip to content

Commit

Permalink
Remove Travis CI setting and add PHP 8.0 test
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Oct 3, 2023
1 parent 45f8cb6 commit 3564475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 8.1, 8.2 ]
php: [ 8.1, 8.2, 8.0 ]
stability: [ lowest, highest ]

steps:
- uses: actions/checkout@v3

- name: Validate composer.json and composer.lock
run: composer validate --strict

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

0 comments on commit 3564475

Please sign in to comment.