Skip to content

Commit

Permalink
Fixed workflow deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
nusje2000 committed Jan 17, 2024
1 parent 3af7634 commit 6cbc7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '7.2', '7.3', '7.4', '8.0' ]
php-versions: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
steps:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v1
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}

Expand Down

0 comments on commit 6cbc7a4

Please sign in to comment.