Skip to content

Commit 8eaed35

Browse files
committed
fix ci
1 parent c05d027 commit 8eaed35

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
- push
66

77
jobs:
8-
coding-standards-php81:
9-
name: "Coding Standards php8.1"
8+
continuous-integration-php81:
9+
name: "Continuous Integration php8.1"
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "Checkout"
13-
uses: actions/checkout@master
13+
uses: actions/checkout@main
1414
- name: "Install Php 8.1"
1515
uses: shivammathur/setup-php@v2
1616
with:
@@ -25,18 +25,18 @@ jobs:
2525
run: php vendor/bin/phpcs --standard=phpcs.xml
2626
- name: "Run PHP Unit Test"
2727
run: php vendor/bin/phpunit --configuration=phpunit.xml
28-
coding-standards-php82:
29-
name: "Coding Standards php8.2"
28+
continuous-integration-php82:
29+
name: "Continuous Integration php8.2"
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: "Checkout"
33-
uses: actions/checkout@master
33+
uses: actions/checkout@main
3434
- name: "Install Php 8.2"
3535
uses: shivammathur/setup-php@v2
3636
with:
3737
php-version: '8.2'
3838
tools: composer:v2
39-
extensions: json, intl
39+
#extensions: json, intl
4040
- name: "Validate composer.json"
4141
run: php $(which composer) validate --strict
4242
- name: "Install dependencies with composer"
@@ -46,17 +46,17 @@ jobs:
4646
- name: "Run PHP Unit Test"
4747
run: php vendor/bin/phpunit --configuration=phpunit.xml
4848
coding-standards-php83:
49-
name: "Coding Standards php8.3"
49+
name: "Continuous Integration php8.3"
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: "Checkout"
53-
uses: actions/checkout@master
53+
uses: actions/checkout@main
5454
- name: "Install Php 8.3"
5555
uses: shivammathur/setup-php@v2
5656
with:
5757
php-version: '8.3'
5858
tools: composer:v2
59-
extensions: json, intl
59+
#extensions: json, intl
6060
- name: "Validate composer.json"
6161
run: php $(which composer) validate --strict
6262
- name: "Install dependencies with composer"

0 commit comments

Comments
 (0)