Skip to content

Commit fbe09a1

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents e73f944 + e407f0c commit fbe09a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
strategy:
2020
matrix:
2121
# https://github.com/shivammathur/setup-php?tab=readme-ov-file#cloud-osplatform-support
22-
os: [ 'ubuntu-22.04', 'windows-2022', 'macos-14' ]
23-
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
22+
os: [ 'ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-22.04-arm', 'ubuntu-24.04-arm', 'windows-2022', 'macos-14', 'macos-15' ]
23+
php-version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727

2828
- name: Install PHP with extensions
29-
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
29+
uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # v2.35.2
3030
with:
3131
php-version: ${{ matrix.php-version }}
3232
coverage: none

0 commit comments

Comments
 (0)