Skip to content

Commit

Permalink
github: workflows: update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kornrunner committed Sep 26, 2022
1 parent 5802887 commit 3d2db30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:

linux:
name: Test on Linux
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
php-version: ['7.3', '7.4', '8.0']
php-version: ['7.3', '7.4', '8.0', '8.1']

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- name: Setup PHP
id: setup-php
uses: cmb69/setup-php-sdk@v0.1
uses: cmb69/setup-php-sdk@v0.6
with:
version: ${{matrix.php-version}}
arch: ${{matrix.arch}}
Expand Down

0 comments on commit 3d2db30

Please sign in to comment.