Skip to content

Commit

Permalink
php.yml: Test on PHP 8.x (#53)
Browse files Browse the repository at this point in the history
* php.yml: Test on PHP 8.x

* Update php.yml

---------

Co-authored-by: Jeroen De Dauw <jeroendedauw@gmail.com>
  • Loading branch information
reedy and JeroenDeDauw authored Dec 12, 2024
1 parent 34848b1 commit f82981d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ jobs:
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'
- '8.4'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 2

Expand Down

0 comments on commit f82981d

Please sign in to comment.