Skip to content

Commit

Permalink
Update php and ICU-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Jan 17, 2024
1 parent 1cda9fc commit cb8ea2d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
php-version: "8.3"
tools: phive
- name: Download codesniffer
run: phive --no-progress install --trust-gpg-keys 5E6DDE998AB73B8E phpcs
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
php-version: "8.3"
- name: Install xmllint
run: sudo apt-get install libxml2-utils
- name: lint
Expand All @@ -39,11 +39,11 @@ jobs:
strategy:
matrix:
# operating-system: [ubuntu-latest, windows-latest, macos-latest]
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
icu-versions: ['73.2', '73.1', '71.1', '69.1', '67.1']
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
icu-versions: ['74.1', '73.2', '73.1', '71.1', '69.1', '67.1']
experimental: [false]
include:
- php-versions: '8.3'
- php-versions: '8.4'
experimental: true
name: PHP ${{ matrix.php-versions }}-icu${{ matrix.icu-versions }} # Test on ${{ matrix.operating-system }}
steps:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
php-version: "8.3"
tools: phive
- name: Download psalm
run: phive --no-progress install --trust-gpg-keys 8A03EA3B385DBAA1,12CE0F1D262429A5 psalm
Expand Down

0 comments on commit cb8ea2d

Please sign in to comment.