Skip to content

Commit

Permalink
Merge pull request #76 from W0rma/php82
Browse files Browse the repository at this point in the history
Test against PHP 8.2 + 8.3
  • Loading branch information
Naktibalda committed Feb 14, 2024
2 parents 3ba1c67 + e558367 commit 3a5efca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -8,11 +8,11 @@ jobs:

strategy:
matrix:
php: [8.0, 8.1]
php: [8.0, 8.1, 8.2, 8.3]

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

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

0 comments on commit 3a5efca

Please sign in to comment.