Skip to content

Commit 1a0805a

Browse files
Merge pull request #222 from Expensify/jpersaud_2404
Update GHA to use 24.04
2 parents 339376e + 0df709d commit 1a0805a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bedrock-php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
PHP_Phan:
1515
name: Phan
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
timeout-minutes: 15
1818
steps:
1919
- name: checkout
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Run this after the packages are installed to ensure our apt-mirror is set up.
2626
- name: Install PHP and Libraries
27-
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
27+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
2828
with:
2929
tools: composer:v2.7.1
3030
php-version: 8.3.15
@@ -40,7 +40,7 @@ jobs:
4040
run: "php ./ci/phan.php"
4141
PHP_Style:
4242
name: PHP Style
43-
runs-on: ubuntu-20.04
43+
runs-on: ubuntu-24.04
4444
timeout-minutes: 15
4545
steps:
4646
- name: checkout
@@ -50,7 +50,7 @@ jobs:
5050
fetch-depth: 100
5151

5252
- name: Install PHP and Libraries
53-
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
53+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
5454
with:
5555
tools: composer:v2.7.1
5656
php-version: 8.3.15

0 commit comments

Comments
 (0)