Skip to content

Commit

Permalink
php.yml: Test on PHP 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy authored Dec 12, 2024
1 parent 11fd598 commit 12c98db
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 @@ -16,6 +16,11 @@ jobs:
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'
- '8.4'

steps:
- uses: actions/checkout@v2
Expand All @@ -31,7 +36,7 @@ jobs:
run: composer validate

- name: Cache Composer cache
uses: actions/cache@v4
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-cache-php${{ matrix.php }}
Expand Down

0 comments on commit 12c98db

Please sign in to comment.