Skip to content

Commit

Permalink
actions: update PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Feb 28, 2024
1 parent a86d9ee commit d54dcf4
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 @@ -10,15 +10,15 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
php: ["8.1.14", "8.2.1"]
php: ["8.1", "8.2", "8.3"]

name: PHP ${{ matrix.php }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

- name: Setup PHP
uses: pmmp/setup-php-action@fa2accea978a84097cf40ecc7d46b2d71f258bd5
uses: pmmp/setup-php-action@3.1.0
with:
php-version: ${{ matrix.php }}
install-path: ${{ github.workspace}}/php
Expand Down

0 comments on commit d54dcf4

Please sign in to comment.