Skip to content

Commit c6c9fdc

Browse files
committed
Updated GA
1 parent 3668425 commit c6c9fdc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup PHP with tools
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '7.4'
18+
php-version: '8.1'
1919
extensions: ctype, dom, exif, gd, gmp, hash, intl, json, libxml, mbstring, opcache, pcre, pdo, pdo_mysql, zlib
2020
tools: cs2pr, phpcs, php-cs-fixer
2121
- name: phpcs

.github/workflows/php.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php:
17-
- '7.4'
1817
- '8.0'
1918
- '8.1'
2019
- '8.2'

0 commit comments

Comments
 (0)