Skip to content

Commit

Permalink
Update build-config for 3.x builds
Browse files Browse the repository at this point in the history
  • Loading branch information
usox committed Nov 25, 2024
1 parent de72f35 commit d07d60d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: tests

on:
push:
branches: [ master ]
branches: [ 3.x ]
pull_request:
branches: [ master ]
branches: [ 3.x ]

jobs:
build:
Expand All @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest']
php-versions: [7.4, 8.0, 8.1, 8.2]
php-versions: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit d07d60d

Please sign in to comment.