Skip to content

Commit 6bff7b9

Browse files
committed
Updated workflow to use native php version from ubuntu #KDS-525
1 parent 07cf6ad commit 6bff7b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
operating-system: [ ubuntu-latest, ubuntu-22.04 ]
13+
operating-system: [ ubuntu-latest ]
1414
php: [ '8.4' ]
1515

1616
steps:
1717
- uses: actions/checkout@master
1818

19-
- name: Setup PHP
20-
uses: nanasess/setup-php@master
19+
- name: Setup PHP Action
20+
uses: shivammathur/setup-php@master
2121
with:
2222
php-version: ${{ matrix.php }}
2323

0 commit comments

Comments
 (0)