Skip to content

Commit

Permalink
Update CI github side
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane MEAUDRE committed Oct 16, 2023
1 parent 929490d commit c882838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up php 8.1
- name: Set up php 8.2
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
- name: Validate composer.json and composer.lock
run: composer validate --strict

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: trusty
language: php
php:
- '8.1'
- '8.2'
- nightly
before_script: composer install
script:
Expand Down

0 comments on commit c882838

Please sign in to comment.