Skip to content

Commit

Permalink
ci: add PHP 8, remove PHP 7.2, 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Dec 25, 2023
1 parent dd3f5be commit f1121ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '7.2', '7.3', '7.4' ]
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
services:
mysql:
image: mysql:5.7
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
COVERALLS_PARALLEL: true
COVERALLS_FLAG_NAME: php-${{ matrix.php-versions }}
run: |
composer global require twinh/php-coveralls
composer global require php-coveralls/php-coveralls
php-coveralls --coverage_clover=build/logs/clover.xml -vvv
jest:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.2'

- name: Get composer cache directory
id: composer-cache
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '7.4' ]
php-versions: [ '8.3' ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '7.4' ]
php-versions: [ '8.3' ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '7.4' ]
php-versions: [ '8.3' ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '7.4' ]
php-versions: [ '8.3' ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '7.4' ]
php-versions: [ '8.3' ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit f1121ce

Please sign in to comment.