Skip to content

Commit

Permalink
added php84 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
doubaokun committed Dec 31, 2024
1 parent db650be commit 155518c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
include:
- php-version: '8.3.15'
alpine-version: '3.20'
- php-version: '8.4.2'
alpine-version: '3.21'
max-parallel: 8
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.3]
php: [8.2, 8.3, 8.4]
steps:
- uses: actions/checkout@v4
- name: Setup PHP
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.2', '8.3']
php: ['8.2', '8.3', '8.4']
steps:
- uses: actions/checkout@v4
- name: Show machine information
Expand Down

0 comments on commit 155518c

Please sign in to comment.