Skip to content

Commit

Permalink
Merge pull request #41 from Chris53897/feature/php82
Browse files Browse the repository at this point in the history
tests: add test for php 8.2, 8.3. bump actions/checkout v2 => v4
  • Loading branch information
malukenho authored Nov 1, 2023
2 parents 2b577f8 + aefc239 commit 723702a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:

strategy:
matrix:
php: ['8.0', '8.1']
php: ['8.0', '8.1', '8.2', '8.3']
dependencies: ['normal', 'authoritative']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

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

0 comments on commit 723702a

Please sign in to comment.