Skip to content

Commit

Permalink
adding 8.5 to build matrix, update nightly to 8.5 (#160)
Browse files Browse the repository at this point in the history
Co-authored-by: Bob Strecansky <[email protected]>
  • Loading branch information
brettmc and bobstrecansky authored Jan 22, 2025
1 parent 0fc9696 commit 2dcaf36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2', '8.3']
php: ['8.0', '8.1', '8.2', '8.3', '8.4']

steps:
- name: Checkout
Expand All @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.0', '8.1', '8.2', '8.3' ]
php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]

steps:
- name: Checkout
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2', '8.3']
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
ts: ['ts', 'nts']
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.4
php-version: 8.5
- name: Build
run: |
phpize
Expand Down

0 comments on commit 2dcaf36

Please sign in to comment.