Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 4 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
php-version: '8.5'
coverage: xdebug
- uses: ramsey/composer-install@v3

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: shivammathur/setup-php@v2
id: setup-php
with:
php-version: '8.4'
php-version: '8.5'
coverage: none
tools: box:4
- uses: ramsey/composer-install@v3
Expand All @@ -87,7 +87,7 @@ jobs:
name: build (${{ matrix.runs-on }})
needs: phar
strategy:
matrix:
matrix: &matrix
include:
- runs-on: ubuntu-24.04-arm
variant: linux_arm64
Expand Down Expand Up @@ -157,16 +157,7 @@ jobs:
name: e2e (${{ matrix.runs-on }})
needs: build
strategy:
matrix:
include:
- runs-on: ubuntu-24.04-arm
variant: linux_arm64
- runs-on: ubuntu-24.04
variant: linux_amd64
- runs-on: macos-15
variant: darwin_arm64
- runs-on: macos-15-intel
variant: darwin_amd64
matrix: *matrix
runs-on: ${{ matrix.runs-on }}
env:
GOFLAGS: '-mod=mod'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-version-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
php-version: '8.5'
coverage: none

- uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"security": "https://github.com/typisttech/php-matrix/security"
},
"require": {
"php": "^8.4",
"php": "^8.5",
"composer-runtime-api": "^2.2",
"composer/semver": "^3.4",
"guzzlehttp/guzzle": "^7.10",
Expand Down
84 changes: 42 additions & 42 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion craft.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
php-version: 8.4
php-version: 8.5
extensions:
- phar
- filter # For Symfony CompleteCommand
Expand Down
Loading