Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
* use checkout@v4 instead of @v1
* add PHP 8.1 and 8.2
* make git-fetch a bit more quiet
  • Loading branch information
Seb35 committed Oct 27, 2023
1 parent c75666d commit 8e19f4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ jobs:

strategy:
matrix:
php: [ '7.3', '7.4', '8.0' ]
php: [ '7.3', '7.4', '8.0', '8.1', '8.2' ]

runs-on: 'ubuntu-latest'

name: PHP ${{ matrix.php }}

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
show-progress: false

- name: Set up PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 8e19f4b

Please sign in to comment.