Skip to content

Commit

Permalink
Add recent php versions to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
mruz committed Jan 26, 2025
1 parent 775df6d commit f2a9be8
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 @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2']
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
include:
- name: focal
os: ubuntu-20.04
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
shell: bash
if: success() && github.repository_owner == 'ice' && github.ref == 'refs/heads/dev'
run: |
if [[ "${{ matrix.php }}" = "8.2" ]]; then
if [[ "${{ matrix.php }}" = "8.3" ]]; then
git config push.default simple
git config user.email "[email protected]"
git config user.name "Ice Framework"
Expand Down

0 comments on commit f2a9be8

Please sign in to comment.