Skip to content

Commit

Permalink
Updated PHP versions in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
MSnoeren committed Jan 3, 2023
1 parent faf4cd7 commit f9fd5e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [7.4, 8.0, 8.1]
php-versions: [8.0, 8.1, 8.2]
name: PHP ${{ matrix.php-versions }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

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

0 comments on commit f9fd5e1

Please sign in to comment.