Skip to content

Commit

Permalink
fix: update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic committed Feb 10, 2024
1 parent d95109e commit f1cc258
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 @@ -10,16 +10,16 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0]
php: [8.1, 8.2]

name: Tests on PHP ${{ matrix.php }} - ${{ matrix.stability }}

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@v3
with:
php-version: ${{ matrix.php }}
tools: composer:v2
Expand Down

0 comments on commit f1cc258

Please sign in to comment.