Skip to content

Commit

Permalink
Update Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jan 20, 2023
1 parent 5d0a7e6 commit ea9d738
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ jobs:
matrix:
php:
- "8.0"
- "8.1"
- "8.2"

steps:
- uses: actions/checkout@v2

- name: Setup PHP
uses: shivammathur/setup-php@2.15.0
uses: shivammathur/setup-php@2.23.0
with:
php-version: ${{ matrix.php }}

Expand Down

0 comments on commit ea9d738

Please sign in to comment.