Skip to content

Commit 871d1a0

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

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,12 @@ 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
21-
with:
22-
php-version: ${{ matrix.php }}
23-
2419
- name: Install dependencies
2520
run: composer install
2621

0 commit comments

Comments
 (0)