Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored May 31, 2023
1 parent 8dab4b8 commit 84021a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php:
- "8.1.19"
php: ["8.1", "8.2"]

steps:
- uses: actions/checkout@v3

- name: Setup PHP
uses: pmmp/setup-php-action@1.0.0
uses: pmmp/setup-php-action@2.0.0
with:
php-version: ${{ matrix.php }}
install-path: "./bin"
Expand Down

0 comments on commit 84021a2

Please sign in to comment.