Skip to content

Commit

Permalink
Nope I was looking at the wrong spot lol
Browse files Browse the repository at this point in the history
  • Loading branch information
BelleNottelling committed Nov 18, 2024
1 parent 566d434 commit 4940b16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
uses: php-actions/composer@v6
with:
command: validate
php_extensions: intl
php_version: 8.1

- name: Cache Composer Dependencies
id: composer-cache
Expand All @@ -33,9 +31,6 @@ jobs:
- name: Install Composer Dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
uses: php-actions/composer@v6
with:
php_extensions: intl
php_version: 8.1

- name: Create Build Archive for Tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ["8.0"]
php-versions: ["8.1"]

name: Create a downloadable preview build
steps:
Expand Down

0 comments on commit 4940b16

Please sign in to comment.